GlobalStd algorithm with structure/reaction directed analysis
globalstd(
list,
rtcutoff = 10,
ng = NULL,
corcutoff = NULL,
digits = 2,
accuracy = 4,
freqcutoff = NULL,
mdrange = NULL,
sda = FALSE
)
list with GlobalStd algorithm processed data.
a peaks list with mass to charge, retention time and intensity data
cutoff of the distances in cluster, default 10
cutoff of global PMD's retention time group numbers, If ng = NULL, 20 percent of RT cluster will be used as ng, default NULL.
cutoff of the correlation coefficient, default NULL
mass or mass to charge ratio accuracy for pmd, default 2
measured mass or mass to charge ratio in digits, default 4
pmd frequency cutoff for structures or reactions, default NULL. This cutoff will be found by PMD network analysis when it is NULL.
mass defect range to ignore. Default NULL and c(0.25,0.9) to retain the possible reaction related paired mass
logical, option to perform structure/reaction directed analysis, default FALSE.
getpaired
,getstd
,getsda
,plotstd
,plotstdsda
,plotstdrt
data(spmeinvivo)
re <- globalstd(spmeinvivo)
Run the code above in your browser using DataLab