Description Usage Arguments Value Examples
The partition coefficient (s) was calculated for each standard protein from the observed elution volume (Vs), total column volume (Vt), and void volume (Vo)
1 | partition_coef(vs = 65, vo = 8.21, vt = 21.54)
|
vs |
The observed elution volume |
vo |
The void volume |
vt |
The total column volume |
sigma: The partition coefficient of the elucted peak/fraction
1 2 3 4 | ## calculate the partition coefficient of an elucted peak on a column with total
column volume of 120 mL and void volume of 39 mL.
partition(vs =65, vo=39, vt=120)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.