Description Usage Arguments Value Examples
Get Pseudo-Spectrum as peaks cluster based on correlation analysis.
1 | getcorcluster(list, corcutoff = 0.9, rtcutoff = 10, accuracy = 4)
|
list |
a list with peaks intensity |
corcutoff |
cutoff of the correlation coefficient, default 0.9 |
rtcutoff |
cutoff of the distances in cluster, default 10 |
accuracy |
measured mass or mass to charge ratio in digits, default 4 |
list with Pseudo-Spectrum index
1 2 | data(spmeinvivo)
cluster <- getcorcluster(spmeinvivo)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.