uv_vis | R Documentation |
Determine macromolecule concentration from UV/Vis measurements.
uv_vis(
abs,
ext = NULL,
df = 1,
plen = 1,
type = c("protein", "dsDNA", "ssDNA", "ssRNA")
)
abs |
The measured absorbance value at the wavelength of interest. |
ext |
The extinction coefficient of the molecule. The units of the extinction coefficient determine the units of concentration. |
df |
The dilution factor of the measurement. |
plen |
The path length of the measurement. Defaults to 1 cm. |
type |
The type of molecule being analyzed. |
uv_vis()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.