View source: R/annotate_signature.R
annotate_signatures_with_genesets | R Documentation |
Annotate signatures with known GO or KEGG gene sets downloaded from the Tribe webserver. Annotation is done through a gene set enrichment test (fisher exact test) with FDR correcting the number of gene sets tested for each signature.
annotate_signatures_with_genesets(selected_signatures, model, genesets, significance_cutoff = 0.05)
selected_signatures |
a character vector storing names of signatures |
model |
an ADAGE model to extract signatures from |
genesets |
a named list of gene sets returned by the function fetch_geneset(), each element in the list is a character vector storing genes (PAO1 locus tag) in a gene set. |
significance_cutoff |
numeric, FDR significance cutoff used to filter gene sets (default: 0.05). |
a data.frame storing significantly enriched gene sets for the input signatures.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.