getcluster: Get Pseudo-Spectrum as peaks cluster based on pmd analysis.

View source: R/globalstd.R

getclusterR Documentation

Get Pseudo-Spectrum as peaks cluster based on pmd analysis.

Description

Get Pseudo-Spectrum as peaks cluster based on pmd analysis.

Usage

getcluster(list, corcutoff = NULL, accuracy = 4)

Arguments

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

Value

list with Pseudo-Spectrum index

See Also

getpaired,getstd,plotstd

Examples

data(spmeinvivo)
re <- getpaired(spmeinvivo)
re <- getstd(re)
cluster <- getcluster(re)

yufree/pmd documentation built on April 19, 2024, 9:31 a.m.