getstd | R Documentation |
Identify standard ions through retention time clustering and PMD relationships
getstd(list, digits = 2, accuracy = 4)
list |
A list object from getpaired() containing paired features |
digits |
Rounding digits for mass differences |
accuracy |
Mass accuracy for standard ion identification |
List with added standard ion indices and metadata
getpaired
,getsda
,plotstd
data(spmeinvivo)
pmd <- getpaired(spmeinvivo)
std <- getstd(pmd)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.