getProbePositionsDf: Translate Affymetrix probe information in a table.

Description Usage Arguments Details Value Author(s) Examples

Description

Translates the probe information in the AromaCellPositionFile to a data.frame object.

Usage

1
2
  ## S4 method for signature 'AffymetrixCdfFile'
getProbePositionsDf(cdf, chrs, ..., verbose = TRUE)

Arguments

cdf

An AffymetrixCdfFile object.

chrs

A vector of chromosome names. Optional.

...

Further arguments to send to getCellIndices.

verbose

Logical; whether or not to print out progress statements to the screen.

Details

This assumes that the AromaCellPositionFile exist.

Value

A data.frame with 3 columns: chr, position, index

Author(s)

Mark Robinson

Examples

1
2
## not run
# probePositions <- getProbePositionsDf(cdfU)

Repitools documentation built on Nov. 8, 2020, 7:52 p.m.