convert_cpeptide_to_: Convert C-peptide concentration to uU/mL

convert_cpeptide_to_R Documentation

Convert C-peptide concentration to uU/mL

Description

Convert C-peptide concentration to uU/mL

Usage

convert_cpeptide_to_nM(cpeptide, cpeptide_units)

convert_cpeptide_to_pM(cpeptide, cpeptide_units)

convert_cpeptide_to_ng_ml(cpeptide, cpeptide_units)

Arguments

cpeptide

numeric vector of cpeptide values in pmol/l

cpeptide_units

character string of units (pmol/l or similar)

Value

numeric vector of cpeptide values in uU/mL

Examples

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")

JMLuther/tabletools documentation built on April 14, 2025, 3:09 a.m.