Learn R Programming

pmd (version 0.2.7)

getcluster: 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)

Value

list with Pseudo-Spectrum index

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

See Also

getpaired,getstd,plotstd

Examples

Run this code
data(spmeinvivo)
re <- getpaired(spmeinvivo)
re <- getstd(re)
cluster <- getcluster(re)

Run the code above in your browser using DataLab