xsAnnotate {CAMERA} | R Documentation |
This function handles the construction of xsAnnotate object. It is generate from a xcmsSet object adapt its peaktable.
xsAnnotate(xs = NULL,sample=NA,category=NA)
xs |
a xcmsSet object |
sample |
Index of the group xcmsSet sample, that is used for the EIC corelations step. |
category |
Class label, for the class label of a grouped xcmsSet with different classes. |
A xsAnnotate
object.
Carsten Kuhl, ckuhl@ipb-halle.de
library(faahKO) xs <- group(faahko) xs_anno <- xsAnnotate(xs, sample=1, category="WT")