View source: R/annotate_epimutations.R
annotate_epimutations | R Documentation |
Information about close genes and regulatory elements for epimutations.
annotate_epimutations(
epi_results,
db = "IlluminaHumanMethylationEPICanno.ilm10b2.hg19",
build = "37",
...
)
epi_results |
a data frame object containing the output
from |
db |
a character string containing the Illumina annotation package used to annotate the CpGs. |
build |
a character string containing the genomic
build where the epimutations are mapped.
The default is GRCh37 ( |
... |
Further arguments passed to |
The function returns the
input object epi_results
with additional columns containing the information about
the genes or overlapping regulatory features.
See annotate_cpg and add_ensemble_regulatory for an in-depth description of these variables.
data(res.epi.manova)
#Annotate the epimutations
#anno_results <- annotate_epimutations(res.epi.manova)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.