getAssayDataNameSubstitutions: Return a data.frame of AssayData name substitutions.

Description Usage Details Value Author(s) Examples

View source: R/methylumiR.R

Description

The Illumina methylation platforms use two distinct platforms, the "goldengate" platform and the "infinium" platform. Each of these uses different file formats as well as different assay techologies. To make the downstream data handling more straightforward and uniform between the two different systems, a simple mapping from the column names in the output files from the Illumina software is used to convert things from Red/Green or Cy5/Cy3 to unmethylated/methylated. This function simply returns that mapping.

Usage

1

Details

A file in the extdata directory called "substitutions.txt" contains two columns. The function loads this file and uses the first column as a match against column names in the data file (with the "sample part" removed). If matched, the second column gives the replacement.

Value

A data.frame with two columns, regex and replacement.

Author(s)

Sean Davis <seandavi@gmail.com>

Examples

1

seandavi/methylumi documentation built on Oct. 28, 2021, 12:42 a.m.