Description Usage Arguments Value Examples
View source: R/INCA.PreProcess.R
Performs a background correction by substraction method of two-color microarray data.
| 1 | INCA.PreProcess(x, method, offset = 0)
 | 
| x | an RGList object | 
| method | a character specifying the method to employ for background correction. Choices are: "subtract" or "normexp". | 
| offset | a numerical value to add to intensities | 
A new RGList object containing the background corrected array data. Of note, negative values generated from the correction are transformed to NA values.
| 1 2 3 4 | #Load the INCATome Dataset
data(INCATomeData)
attach(INCATomeData)
db=INCA.PreProcess(RGdata,method="subtract")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.