DNA molarity calculator
dna_molarityNucleic-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.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Molecule type. | dsDNA |
| length | No | Length in bp (dsDNA) or nt (ssDNA/ssRNA). Ignored when a sequence is given. | |
| massNg | No | Mass in nanograms. | |
| sequence | No | Optional sequence — overrides length and gives an exact molar mass from base composition. | |
| volumeUl | No | Volume in microlitres (0 = unknown; needed for concentration). | |
| targetUnit | No | Unit for targetConcentration. | nM |
| targetVolumeUl | No | Final volume of the diluted sample, in µL. | |
| targetConcentration | No | Optional: the concentration you need. Supplying it (with volumeUl, so there is a stock concentration to dilute FROM) returns a `dilution` plan — µL of stock and µL of diluent — instead of leaving C1V1 = C2V2 to be done by hand. The stock and the target may be quoted in different units; the molar mass converts between them. |