dna_molarity
ActiveTool 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
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
com.seqbench/workbench
1/7 registries