Description Usage Arguments Value See Also Examples
GlobalStd algorithm with structure/reaction directed analysis
1 2 3 4 5 6 7 8 9 10 |
list |
a peaks list with mass to charge, retention time and intensity data |
rtcutoff |
cutoff of the distances in cluster, default 10 |
ng |
cutoff of global PMD's retention time group numbers, If ng = NULL, 20 percent of RT cluster will be used as ng, default NULL. |
corcutoff |
cutoff of the correlation coefficient, default NULL |
digits |
mass or mass to charge ratio accuracy for pmd, default 2 |
accuracy |
measured mass or mass to charge ratio in digits, default 4 |
freqcutoff |
pmd freqency cutoff for structures or reactions, default NULL. This cutoff will be found by PMD network analysis when it is NULL. |
sda |
logical, option to perform structure/reaction directed analysis, default FALSE. |
list with GlobalStd algorithm processed data.
getpaired
,getstd
,getsda
,plotstd
,plotstdsda
,plotstdrt
1 2 | data(spmeinvivo)
re <- globalstd(spmeinvivo)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.