AffymetrixCelSet$importFromDChip | R Documentation |
Imports dChip-exported CEL files into a directory structure recognized by this package. ASCII CEL files are converted to binary CEL files, and for chip types where the array data is rotated 90-degrees counter clockwise by dChip, the data is rotated back.
As of 2007-03-28, dChip rotates data for exon, tiling, and Mapping 500K arrays.
## Static method (use this):
## AffymetrixCelSet$importFromDChip(path, name=NULL, tags="dChip", rootPath="probeData",
## rotateBack=NA, ..., skip=TRUE, verbose=FALSE)
## Don't use the below:
## S3 method for class 'AffymetrixCelSet'
importFromDChip(static, path, name=NULL, tags="dChip", rootPath="probeData",
rotateBack=NA, ..., skip=TRUE, verbose=FALSE)
path |
The path to all dChip-exported CEL files. |
name |
The name of the output data set.
If |
tags |
Tags added to the imported data set. |
rootPath |
The root path where to store the data set. |
rotateBack |
If |
... |
Additional arguments passed to |
skip |
If |
verbose |
See |
Note that dChip stores CEL intensities as 16-bit integers in its *.dcp files, although CEL files are capable or holding floats. This means that you might loose precision if first import data in to dChip and then export it data again.
Returns an AffymetrixCelSet
.
Henrik Bengtsson
For more information see AffymetrixCelSet
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.