You're viewing a demo portfolio

Join the waitlist
PRSM

dna_molarity

Active

Tool of com.seqbench/workbench

declared in 1.1.0

Nucleic-acid quantity conversions: molar mass, amount (pmol/nmol), molar and mass concentration, and copy number, from mass ± volume and either a length or a sequence.

Parameters schema

{
  "type": "object",
  "required": [],
  "properties": {
    "type": {
      "enum": [
        "dsDNA",
        "ssDNA",
        "ssRNA"
      ],
      "type": "string",
      "default": "dsDNA",
      "description": "Molecule type."
    },
    "length": {
      "type": "integer",
      "default": 1000,
      "description": "Length in bp (dsDNA) or nt (ssDNA/ssRNA). Ignored when a sequence is given."
    },
    "massNg": {
      "type": "number",
      "default": 100,
      "description": "Mass in nanograms."
    },
    "sequence": {
      "type": "string",
      "description": "Optional sequence — overrides length and gives an exact molar mass from base composition."
    },
    "volumeUl": {
      "type": "number",
      "default": 0,
      "description": "Volume in microlitres (0 = unknown; needed for concentration)."
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

com.seqbench/workbench

1/7 registries
View full server →
dna_molarity — com.seqbench/workbench — PRSM MCP