R/omicdata.R

Defines functions omicdata

Documented in omicdata

### deprecated function that was replaced by microarraydata()

omicdata <- function(file, backgrounddose, check = TRUE,
                     norm.method = c("cyclicloess", "quantile", "scale", "none")) {
  
  warning(strwrap(prefix = "\n", initial = "\n",
                  "omicdata() is a deprecated function that was replaced by microarraydata(). 
    You should replace it by microarraydata(), RNAseqdata(), metabolomicdata()
    or equivalentlty continuousmicdata() or continuousanchoringdata()
    depending of the type of data you handle. \n"))
  microarraydata(file = file, backgrounddose, check = check, norm.method = norm.method)
}

Try the DRomics package in your browser

Any scripts or data that you put into this service are public.

DRomics documentation built on Oct. 16, 2024, 5:09 p.m.