Description Usage Arguments Value See Also Examples
Get Pseudo-Spectrum as peaks cluster based on pmd analysis.
1 | getcluster(list, corcutoff = NULL, accuracy = 4)
|
list |
a list from getstd function |
corcutoff |
cutoff of the correlation coefficient, default NULL |
accuracy |
measured mass or mass to charge ratio in digits, default 4 |
list with Pseudo-Spectrum index
1 2 3 4 | data(spmeinvivo)
re <- getpaired(spmeinvivo)
re <- getstd(re)
cluster <- getcluster(re)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.