GOrilla_run | R Documentation |
Run Gene Ontology enrichment analysis on GOrilla
GOrilla_run(target.genes, background.genes, tmpdir = tempdir())
target.genes |
genes of interest |
background.genes |
pool of genes from which the target genes were selected |
tmpdir |
path to directory where files will be stored |
data frame of enriched process ontologies, significance from hypergeometric test (with FDR), and associated genes
# Target list of genes target.genes = readLines(system.file('extdata/GOtest/target.txt',package="ABIgeneRMINC")) # Background genes background.genes = readLines(system.file('extdata/GOtest/background.txt',package="ABIgeneRMINC")) # Run GOrilla go_results = GOrilla_run(target.genes, background.genes)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.