Get quantitative paired peaks list for specific reaction/pmd
getreact(
list,
pmd,
rtcutoff = 10,
digits = 2,
accuracy = 4,
cvcutoff = 30,
outlier = FALSE,
method = "static",
...
)
a list with mzrt profile and data
a specific paired mass distances
cutoff of the distances in retention time hierarchical clustering analysis, default 10
mass or mass to charge ratio accuracy for pmd, default 2
measured mass or mass to charge ratio in digits, default 4
ratio or intensity cv cutoff for quantitative paired peaks, default 30
logical, if true, outlier of ratio will be removed, default False.
quantification method can be 'static' or 'dynamic'. See details.
other parameters for getpmd
list with quantitative paired peaks.
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.
data(spmeinvivo)
pmd <- getreact(spmeinvivo,pmd=15.99)