GOfuncR | R Documentation |
Perform Gene Ontology enrichment analysis of DMRs using GOfuncR
.
GOfuncR(
sigRegions = sigRegions,
regions = regions,
n_randsets = 1000,
upstream = 5000,
downstream = 1000,
annoDb = annoDb,
TxDb = TxDb,
...
)
sigRegions |
|
regions |
|
n_randsets |
Number specifying the number of random sets for calculating the FWER. |
upstream |
Numeric of how many bases to extend upstream from gene body for mapping DMRs to genes. |
downstream |
Numeric of how many bases to extend downstream from gene body for mapping DMRs to genes. |
annoDb |
Character specifying |
TxDb |
|
... |
Additional arguments passed onto |
GOfuncR
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.