getpseudospectrum | R Documentation |
Get Pseudo-Spectrum as peaks cluster based on correlation analysis.
getpseudospectrum(
list,
corcutoff = NULL,
rtcutoff = 10,
accuracy = 4,
ng = NULL,
digits = 2
)
list |
A list containing peak intensities, m/z values, and retention times. Must include elements: mz, rt, data. |
corcutoff |
Cutoff value for correlation coefficient (default: 0.9). |
rtcutoff |
Cutoff value for retention time clustering (default: 10). |
accuracy |
Number of decimal places for m/z rounding (default: 4). |
ng |
cutoff of global PMD's retention time group numbers, If ng = NULL, 20 percent of RT cluster will be used as ng, default NULL. |
digits |
mass or mass to charge ratio accuracy for pmd, default 2 |
A list with pseudo-spectrum clustering results.
data(spmeinvivo)
pseudo <- getpseudospectrum(spmeinvivo)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.