Learn R Programming

CAMERA (version 1.28.0)

calcPC.lpc: Peakclustering into pseudospectra with the label-propagation-community algorithm

Description

Cluster peaks from an xsAnnotate object into pseudospectra

Arguments

object
xsAnnotate object
ajc
Weighted symbolic edge list as four column matrix ("x","y","cor","ps"). Columns x,y are peak indices, cor the edge value and ps the pseudospectrum index, where both peaks occur.
psg_list
additional vector ps pseudospectra indices, which are used in the clustering. If set to NULL all pseudospectra will be processed.

Methods

object = "xsAnnotate"
calcPC.lpc(object, ajc=NULL, psg_list=NULL)

Details

In some cases, is the peak grouping after retentiontime with groupFWHM not enough to separate co-elution compounds. Therefore groupCorr use additional correlation analysis to achieve a separation. calcPC is part of this approach, which takes the calculated weighted edge list and performs the graph clustering. It returns an xsAnnotate object with further separated pseudospectra.

See Also

calcPC groupCorr xsAnnotate-class label.propagation.community