Array manifest example data set
test_array_manifest.Rd
A subset of data from Illumina's EPIC array manifest (first 3,000 probes of the chromosome 21).
Format
test_array_manifest
A data frame with 3,000 rows and 3 columns:
- rownames
Probe ID - for storage reasons, this variable was stored as row names, but rownames have to be converted to a new column called "TargetID" prior to its use in RAMEN.
- MAPINFO
Probe genomic position (h19)
- CHR
Chromosome
- STRAND
Strand
...