View source: R/annotatedDMRs2Enrichr.R
annotatedDMRs2Enrichr | R Documentation |
Query gene symbols from resulting annotations list in order to find enriched proceses.
annotatedDMRs2Enrichr(
annotatedDMRs,
active.features = c("promoters", "heads"),
stat.filter = "P.value",
stat.thr = 0.01,
db = NULL
)
annotatedDMRs |
anotated DMRs list resulting from annotateDMRs() or scoreAnnotatedDMRs() |
active.features |
annotation level from the gene symbols are taken. Default = c('promoters', 'heads') |
stat.filter |
character indicating which type of statistics use for filtering results. Accepted values: 'P.value', 'Adjusted.P.value' or 'Overlap'. Default 'P.value'. |
stat.thr |
numeric value indicating the threshold to use for selcted statistical test. Default 0.01. |
db |
vector of characters indicating DBs to query. Default c("ClinVar_2019", "OMIM_Disease", "Elsevier_Pathway_Collection", "MSigDB_Hallmark_2020", "MSigDB_Oncogenic_Signatures", "GO_Biological_Process_2018", "Human_Phenotype_Ontology", "KEGG_2016", "NCI-Nature_2016", "Panther_2016", "Reactome_2016", "WikiPathways_2019_Human") |
data.frame with enriched processes
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.