illumina_crxcg: Vector of IDs for poor-quality CpG probes on EPIC array, as...

Description Usage Format Examples

Description

IDs to poor-quality CpG probes on the Illumina EPIC array platform, as ascertained by Illumina in-house in Spring 2017. It is recommended these be excluded in all EPIC array investigations.

Usage

1

Format

A vector of CpG probe IDs.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
# require(wateRmelon); data(melon)
data(illumina_crxcg)

dim(melon)

#Features  Samples
#    3363       12

dim(melon[!rownames(melon) %in% illumina.crxcg,])

#Features  Samples
#    3354       12

metamaden/methyPre documentation built on May 27, 2019, 7:27 a.m.