Description Usage Arguments Details Value Author(s) Examples
Translates the probe information in the AromaCellPositionFile to a data.frame object.
1 2 | ## S4 method for signature 'AffymetrixCdfFile'
getProbePositionsDf(cdf, chrs, ..., verbose = TRUE)
|
cdf |
An AffymetrixCdfFile object. |
chrs |
A vector of chromosome names. Optional. |
... |
Further arguments to send to |
verbose |
Logical; whether or not to print out progress statements to the screen. |
This assumes that the AromaCellPositionFile exist.
A data.frame with 3 columns: chr, position, index
Mark Robinson
1 2 | ## not run
# probePositions <- getProbePositionsDf(cdfU)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.