powered by
GlobalStd algorithm with structure/reaction directed analysis
globalstd( list, rtcutoff = 10, ng = NULL, corcutoff = NULL, digits = 2, accuracy = 4, freqcutoff = NULL, sda = FALSE )
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 freqency cutoff for structures or reactions, default NULL. This cutoff will be found by PMD network analysis when it is NULL.
logical, option to perform structure/reaction directed analysis, default FALSE.
list with GlobalStd algorithm processed data.
getpaired,getstd,getsda,plotstd,plotstdsda,plotstdrt
getpaired
getstd
getsda
plotstd
plotstdsda
plotstdrt
# NOT RUN { data(spmeinvivo) re <- globalstd(spmeinvivo) # }
Run the code above in your browser using DataLab