R/backgroundCorrect2.R

Defines functions backgroundCorrect2

Documented in backgroundCorrect2

backgroundCorrect2 <- function(object,method="subtract", offset=0){
 require("convert") ||   stop("Bioconductor package convert needed for this application")

 RG <- as(object,"RGList")

 RGb <- backgroundCorrect(RG, method=method, offset=offset, verbose=TRUE)

 object <- as(RGb,"marrayRaw")
 object
} 

Try the OLIN package in your browser

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

OLIN documentation built on Nov. 8, 2020, 7:44 p.m.