convert_cpeptide_to_ | R Documentation |
Convert C-peptide concentration to uU/mL
convert_cpeptide_to_nM(cpeptide, cpeptide_units)
convert_cpeptide_to_pM(cpeptide, cpeptide_units)
convert_cpeptide_to_ng_ml(cpeptide, cpeptide_units)
cpeptide |
numeric vector of cpeptide values in pmol/l |
cpeptide_units |
character string of units (pmol/l or similar) |
numeric vector of cpeptide values in uU/mL
convert_cpeptide_to_nM(1.0, cpeptide_units = "ng/ml")
convert_cpeptide_to_pM(1.0, cpeptide_units = "ng/ml")
convert_cpeptide_to_pM(1.0, cpeptide_units = "ng/ml")
convert_cpeptide_to_ng_ml(330, cpeptide_units = "pM")
convert_cpeptide_to_ng_ml(0.33, cpeptide_units = "nM")
convert_cpeptide_to_ng_ml(1, cpeptide_units = "ng/ml")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.