R/zzz.R

.onLoad <- function(libname, pkgname) {
  bioc <- getOption("BioC")
  peakmethods <- bioc$xcms$findPeaks.methods
  bioc$xcms$findPeaks.methods <- c(peakmethods, "pipeline", "islands")
  options(BioC = bioc)
  ## set protocol defaults
  defaultMethod(genProfile = "intbin", loadSample = "xcms",
                loadExperiment = "xcms", fillPeaks = "extract",
                findComps = "sigma", findPeaks = "gauss",
                groupComps = "angle", normalize = "scale",
                removeBaseline = "median", rtcor = "rloess",
                summarize = "common")
}
tengfei/chromatoplots documentation built on May 31, 2019, 8:33 a.m.