hdf5.readcel {rhdf5} | R Documentation |
Reads data in the Affymetrix CEL file format into an HDF5 dataset.
hdf5.readcel(set, file, create=hdf5.default.properties)
set |
An HDF5 group that will contain the CEL file. |
file |
The name of the file on disk. |
create |
The properties to be used when creating the HDF5 dataset. |
Three datasets are created in the group. They are Mean, Stdev and Npix, corresponding to the three pieces of information provided by Affymetrix.
No value is returned. The function is executed for the side effect of creating the HDF5 data sets.
B. Ellis
#no good way to do this....