xs
. The function returns an xsAnnotate object.
annotate(object, sample=NA, nSlaves=1, sigma=6, perfwhm=0.6, cor_eic_th=0.75, graphMethod="hcs", pval=0.05, calcCiS=TRUE, calcIso=FALSE, calcCaS=FALSE, maxcharge=3, maxiso=4, minfrac=0.5, ppm=5, mzabs=0.015, quick=FALSE, psg_list=NULL, rules=NULL, polarity="positive", multiplier=3, max_peaks=100 ,intval="into")
annotate
returns an xsAnnotate object. For more information about the xsAnnotate object see xsAnnotate-class.
xs
. Generates an xsAnnotate object by calling all involved functions for the annotation step.
Function list: 1: groupFWHM() , 2: findIsotopes() , 3: groupCorr(), 4: findAdducts()
Return the xsAnnotate object, which inherits all annotations.
For more information about the parameters see the specific function manpages.
library(CAMERA)
file <- system.file('mzdata/MM14.mzdata', package = "CAMERA")
xs <- xcmsSet(file, method="centWave", ppm=30, peakwidth=c(5,10))
xsa <- annotate(xs)
Run the code above in your browser using DataLab