constructAffyCNSet {crlmm} | R Documentation |
Construct a container for normalized intensities for Affymetrix cel
files, referred to as a CNSet
constructAffyCNSet(filenames, sns, cdfName, batch, verbose = TRUE, genome)
filenames |
Vector of cel file names. |
sns |
Sample identifiers. Defaults to |
cdfName |
Character string indicating annotation package (e.g., "genomewidesnp6Crlmm") |
batch |
Vector of same length as filenames indicating batch. |
verbose |
Logical. |
genome |
Character string indicating UCSC genome build (hg18 or hg19 supported) |
An object of class CNSet
R. Scharpf