Description Usage Arguments Value Author(s) See Also Examples
Reads a spatial subset of probe-level data from a dChip DCP file.
| 1 2 | 
| filename | The pathname of the DCP file. | 
| fields | The cell fields to be read. | 
| xrange | A  | 
| yrange | A  | 
| asMatrix | If  | 
| ... | Additional arguments passed to  | 
A named list CEL structure similar to what readDcp().
In addition, if asMatrix is TRUE, the CEL data fields
are returned as matrices, otherwise not.
Henrik Bengtsson
The readDcp() method is used internally.
This method was inspired by readCelRectangle() of the
affxparser package.
| 1 2 3 4 5 6 7 8 9 10 | path <- system.file("exData", package="dChipIO")
filename <- "Test3-1-121502.dcp"
pathname <- file.path(path, filename)
data <- readDcpRectangle(pathname)
layout(matrix(1:4, nrow=2, byrow=TRUE))
image(data$rawIntensities, main="Raw probe signals")
image(data$normalizedIntensities, main="Normalized probe signals")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.