Description Usage Arguments Value Author(s) References See Also Examples
Thus function accepts a MethyLumiSet object generated by methylumi or a MethylSet object generated by minfi. It will subset the probes by type–"I-red", "I-green", or "II"–and return a matrix of the methylated, "M", or unmethylated, "U" signal intensities. It is also possible to include or filter out probes according to whether they are CpG sites(cg), SNPs(rs), imprinted(idmr) gene sites, or non-CpG loci(ch).
1 2 3 |
object |
A |
allele |
Should methylated or unmethylated data for the probes be returned. |
type |
May be |
cg |
Logical; Should the returned dataset contain the CpG probes. The default is |
snps |
Logical; Should the returned dataset conain the rs probes. The default is |
idmr |
Logical; should the returned dataset include probes that interrogate imprinted gene sites as given by Pidsley et al.(2013). The default is |
ch |
Logical; should the returned dataset include the non-CpG (ch) probes. The default if |
A matrix
Ryan Putney ryanputney@gmail.com
Pidsley R, Wong CCY, Volta M, Lunnon K, Mill J, Schalwyk LC(2013). A data-driven approach to preprocessing Illumina 450k methylation array data. BMC Genomics, 14:293.
1 2 3 4 | if(require('wateRmelon')) {
data(melon)
melon.meth.II <- subsetProbes(melon, 'M', 'II')
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.