uv_vis: Determine macromolecule concentration from UV/Vis...

View source: R/uv_vis.R

uv_visR Documentation

Determine macromolecule concentration from UV/Vis measurements.

Description

Determine macromolecule concentration from UV/Vis measurements.

Usage

uv_vis(
  abs,
  ext = NULL,
  df = 1,
  plen = 1,
  type = c("protein", "dsDNA", "ssDNA", "ssRNA")
)

Arguments

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.

Examples

uv_vis()


gbedwell/calibrateR documentation built on April 25, 2024, 8:35 p.m.