Description Usage Arguments Value See Also Examples
Perform structure/reaction directed analysis for mass only.
1 |
mz |
numeric vector for independant mass or mass to charge ratio. Mass to charge ratio from GlobalStd algorithm is suggested. Isomers would be excluded automately |
freqcutoff |
pmd freqency cutoff for structures or reactions, default 10 |
digits |
mass or mass to charge ratio accuracy for pmd, default 3 |
top |
top n pmd freqency cutoff when the freqcutoff is too small for large data set |
formula |
vector for formula when you don't have mass or mass to charge ratio data |
logical matrix with row as the same order of mz or formula and column as high freqency pmd group
1 2 3 4 | data(spmeinvivo)
pmd <- getpaired(spmeinvivo)
std <- getstd(pmd)
sda <- getrda(spmeinvivo$mz[std$stdmassindex])
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.