View source: R/calibrate_sec.R
calibrate_sec | R Documentation |
Calculates the calibration curve for a size exclusion column using standards of known mass. Standard mass values should be entered in kDa. Hydrodynamic radius values are calculated from the mass values in nm units. The hydrodynamic radius - molar mass relationship is defined in https://doi.org/10.1046/j.0014-2956.2001.02649.x
calibrate_sec(
vols,
masses,
parameter = c("mw", "rh"),
void = NULL,
cv = NULL,
normalized = FALSE
)
vols |
The elution volumes of the standards. |
masses |
The known masses of each of the standards. |
parameter |
One of "mw" or "rh". Defines whether the column is being calibrated for molecular weight or hydrodynamic radius. |
void |
The void volume of the column. |
cv |
The column volume. |
normalized |
Boolean. Whether or not the input elution volumes should be normalized relative to the given void and column volumes. |
calibrate_sec( masses, void, cv, vols )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.