curve_matcher: PureHoney helper function

Description Usage Arguments Examples

Description

Tries to match standard curve analytes to the paired analytes without a standard curve of their own. i.e. matching 12C-Isobutyrl with D6-Isobutyryl

Usage

1
curve_matcher(targets, standard_prefix = "D\\d", drop_acetyl = TRUE)

Arguments

targets

Vector of targets present in the analysis.

standard_prefix

Regex expression to identify curves that have standard curves.

drop_acetyl

Boolean. Should Acetyl related curve pairs be removed. Usually both standards for 12C-Acetyl-CoA and 13C-Acetyl-CoA and in that case your don't want to curve match them.

Examples

1
2
3
4
5
6
## Not run: 
# purehoney data
curve_matcher(ph_data$targ, "D")
curve_matcher(ph_data$targ, "13C")

## End(Not run)

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