## Static method (use this):
## CnChipEffectSet$importFromDChip(filename, path=NULL, combineAlleles=TRUE, cdf, ...,
## skip=TRUE, verbose=FALSE)## Don't use the below:
## S3 method for class 'CnChipEffectSet':
importFromDChip(static, filename, path=NULL, combineAlleles=TRUE, cdf, ..., skip=TRUE,
verbose=FALSE)
TRUE
, ...AffymetrixCdfFile
object.TRUE
, already imported arrays will be skipped.Verbose
.CnChipEffectSet
.Since only one array at the time is imported, the memory overhead will be bounded allowing to import very large tab-delimited data files containing a large number of arrays. Unfortunately, this approach slows down the reading substantially, because in each import all but one column is parsed but ignored.
CnChipEffectSet
.