R/00xcmsFragments-class.R

require(methods) || stop("Couldnt load package methods")

setClass("xcmsFragments", representation(peaks = "matrix",
                                         MS2spec = "list",
                                         specinfo = "matrix"
                                         ##, pipeline = "xcmsRawPipeline"
                                         ),
         prototype(peaks = matrix(nrow = 0, ncol = 6),
                   MS2spec=NULL,
                   specinfo=NULL
                   ##, pipeline = new("xcmsRawPipeline")
                   ))
sneumann/xcms-presvnbridge documentation built on May 30, 2019, 6:02 a.m.