Description Usage Arguments Details Value Note Author(s) See Also Examples
Read the data contained in a CDF file
1 | read.cdffile(file, compress=FALSE)
|
file |
the name of the CDF file |
compress |
whether the file is compressed or not |
This function is intended for use by
make.cdf.env
, which in turn is called by
make.cdf.package
. User may not have much
benefit from calling this function directly.
In order to save memory, the name corresponding to each value in the
CEL is a factor. As in R factor
objects
cannot be also of type matrix
, the names corresponding to the indices
were stored in a vector of type character
called
name.levels
.
The same thing was done with the pbase and cbase information (more for
consistency than by conviction that some memory
could be saved here).
Returns a Cdf-class
object.
A Cdf
object is not a cdf environment, which will be needed for
the computation of expression values from the probe intensities in a
AffyBatch
.
Laurent Gautier (laurent@cbs.dtu.dk)
1 2 3 | fn <- system.file("extdata", "Hu6800.CDF.gz", package="makecdfenv")
mycdf <- read.cdffile(fn, compress=TRUE)
mycdf
|
Loading required package: affyio
Cdf object:
cdfName= 3101_a0dim(name)=536x536 features
nb. affyid=7129
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.