Get quantitative paired peaks list for specific reaction/pmd

getreact(
  list,
  pmd,
  rtcutoff = 10,
  digits = 2,
  accuracy = 4,
  cvcutoff = 30,
  outlier = FALSE,
  method = "static",
  ...
)

Arguments

list

a list with mzrt profile and data

pmd

a specific paired mass distances

rtcutoff

cutoff of the distances in retention time hierarchical clustering analysis, default 10

digits

mass or mass to charge ratio accuracy for pmd, default 2

accuracy

measured mass or mass to charge ratio in digits, default 4

cvcutoff

ratio or intensity cv cutoff for quantitative paired peaks, default 30

outlier

logical, if true, outlier of ratio will be removed, default False.

method

quantification method can be 'static' or 'dynamic'. See details.

...

other parameters for getpmd

Value

list with quantitative paired peaks.

Details

PMD based reaction quantification methods have two options: 'static' will only consider the stable mass pairs across samples and such reactions will be limited by the enzyme or other factors than substrates. 'dynamic' will consider the unstable paired masses by normalization the relatively unstable peak with stable peak between paired masses and such reactions will be limited by one or both peaks in the paired masses.

Examples

data(spmeinvivo)
pmd <- getreact(spmeinvivo,pmd=15.99)