Description Usage Arguments Value Author(s) Examples
Given a list of genes of interest and a reference background, performs a Fisher's test for the over-representation of Gene Ontology terms and REACTOME pathways in the former.
1 | fun_enrich(gene.list, background, id.type = "ENTREZID", benjamini = F)
|
gene.list |
character; A vector with the genes of interest. |
background |
character; A vector with the background list of genes. |
id.type |
character; One of ENTREZID (default), SYMBOL or UNIPROT
accession. This is the ID type of |
benjamini |
logical; Whether to include Benjamini-Hochberg adjusted p-values or not. |
A list with four data frames, one per enrichment analysis:
bp |
Contains the Biological Process |
cc |
Same as |
mf |
Same as |
reactome |
Same as the rest but the first column is |
Gregorio Alanis-Lobato galanisl@uni-mainz.de
1 2 3 4 | # Use the included lists of disease genes and genes associated with metabolic
# disorders as background and genes of interest, respectively
analysis <- fun_enrich(gene.list = metabolic, background = disease.genes,
id.type = "ENTREZID", benjamini = TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.