Nothing
### 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)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.