getProbePositionsDf {Repitools} | R Documentation |
Translates the probe information in the AromaCellPositionFile to a data.frame object.
## 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
## not run # probePositions <- getProbePositionsDf(cdfU)