Description Usage Arguments References Examples
This function filters the reported nonspecific probes, and also filters probes that interrogate SNPs of minor allele frequency (MAF) > 0.1. A list of nonspecific probes was obtained from Chen et al (2013) supplementary files.
1 | filter_data(x)
|
x |
The normalised beta values in a data matrix format, where conditions are arranged in columns and cg probes are arranged in rows. |
Chen YA, Lemire M, Choufani S, et al. Discovery of cross-reactive probes and polymorphic CpGs in the Illumina Infinium HumanMethylation450 microarray. Epigenetics 2013;8:203-9.
1 2 3 | data(test_data)
data(nonspecific_probes)
test_data_filtered <- filter_data(test_data)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.