partition_coef: Partition Coefficient

Description Usage Arguments Value Examples

Description

The partition coefficient (s) was calculated for each standard protein from the observed elution volume (Vs), total column volume (Vt), and void volume (Vo)

Usage

1
partition_coef(vs = 65, vo = 8.21, vt = 21.54)

Arguments

vs

The observed elution volume

vo

The void volume

vt

The total column volume

Value

sigma: The partition coefficient of the elucted peak/fraction

Examples

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)

huangrh/radii documentation built on May 17, 2019, 9:10 p.m.