Description Usage Arguments Value References Examples
This function prepares CpG to gene mapping which will be used by methylRRA and methylglm.
1 | prepareAnnot(CpG2Gene, geneidtype = "SYMBOL")
|
CpG2Gene |
A matrix, or a data frame or a list contains CpG to gene mapping. For a matrix or data frame, 1st column should be CpG ID and 2nd column should be gene name. For a list, entry names should be gene names, and elements correpond to CpG IDs. |
geneidtype |
A string. "SYMBOL", "ENSEMBL", "ENTREZID" or "REFSEQ". Default is "SYMBOL". |
A data frame contains ready to use CpG to gene mapping.
Carlson M (2017). org.Hs.eg.db: Genome wide annotation for Human. R package version 3.5.0.
1 2 3 | data(CpG2Genetoy)
FullAnnot = prepareAnnot(CpG2Gene)
head(FullAnnot)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.