
lumiN(x.lumi, method = c("quantile", "rsn", "ssn", "loess", "vsn", "rankinvariant"), verbose = TRUE, ...)
inverseVST
for details.
rsn
), "SSN" (See ssn
), "loess" (See normalize.loess
), "quantile" (See normalize.quantiles
), "VSN" (See vsn
) and "rankinvariant" (See rankinvariant
) . See details in individual functions. Note: the "VSN" normalization should be directly applied to the raw data instead of the lumiT processed data.
rsn
, ssn
, rankinvariant
## load example data
data(example.lumi)
## Do lumi transform
lumi.T <- lumiT(example.lumi)
## Do lumi between chip normaliazation
lumi.N <- lumiN(lumi.T, method='rsn', ifPlot=TRUE)
Run the code above in your browser using DataLab