Description Usage Arguments Value
View source: R/preprocessCELFiles.R
General function for RMA processing microarray data. Automatically downloads custom Brainarray chip definition files (cdf) if wanted.
1 2 | preprocessCELFiles(cel_files, cdf = c("affy", "brainarray"), target,
version = getLatestVersion(), background = TRUE, normalize = TRUE)
|
cel_files |
A character vector of .CEL files. |
cdf |
A character specifying the CDF type to use. Should be either
|
target |
Specifies the "target" CDF to use depending on |
version |
A character giving the brainarray version to be used.
Only used if |
background |
boolean. Should RMA background correction be performed? |
normalize |
boolean. Should RMA normalization be performed? |
An expression set object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.