make_c3c2: Compute the C3/C2 ratio on Carntine data from PureHoney

Description Usage Arguments Examples

Description

Check a data frame for required information and return the orginal + newly computed values.

Usage

1
make_c3c2(data, propionyl_species = "12C")

Arguments

data

A data frame of PureHoney data. Must contain the columns: "plate_id", "prun", "row", "column", "sample_id", "target", and "conc_corrected".

propionyl_species

A character, either '12C' (default) or '13C' denoting the species of Propionyl-Carnitine to use in calculating the C3/C2 ratio.

Examples

1
2
3
4
## Not run: 
data %<>% make_c3c2()

## End(Not run)

hemoshear/assayr2 documentation built on Nov. 8, 2019, 6:13 p.m.