Description Usage Arguments Value See Also Examples
Perform correlation directed analysis for peaks list.
1 |
list |
a list with mzrt profile |
corcutoff |
cutoff of the correlation coefficient, default NULL |
rtcutoff |
cutoff of the distances in retention time hierarchical clustering analysis, default 10 |
accuracy |
measured mass or mass to charge ratio in digits, default 4 |
list with correlation directed analysis results
1 2 3 4 | data(spmeinvivo)
cluster <- getcorcluster(spmeinvivo)
cbp <- enviGCMS::getfilter(cluster,rowindex = cluster$stdmassindex2)
cda <- getcda(cbp)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.