Description Usage Arguments Details Value Author(s) Examples
Calculates the molar concentration for a given compound's SI concentration.
1 | calc_conc(conc = 1, MW, SIu, Mu)
|
conc |
numeric. Observed SI concentration of compound. |
MW |
numeric. Molecular weight of compound ( D (g/mol)). |
SIu |
character. SI Units of observed concentration: 'm/V'. Options restricted to:
|
Mu |
character. Desired molar units of concentration: 'M', 'mM', 'uM', 'nM', 'pM' |
Utilises the formula
C = ( m / V )( 1 / MW ),
where C is concentration in desired molar units.
Tips:
If SI units given for Mu, and MW = 1, function will perform a simple SI unit conversion.
Set conc = 1 (default) if you simply want to return the unit conversion factor.
numeric. The molar concentration of the compound, with unit Mu.
Will Haese-Hill
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.