annotation_gene_table | R Documentation |
Creates a tabular output of annotations to genes providing lookup of which genes are contributing to a particular annotation.
annotation_gene_table(
combined_enrichment,
annotations = NULL,
use_db = NULL,
input_type = "ENTREZID",
gene_info = c("SYMBOL", "GENENAME")
)
combined_enrichment |
combined enrichment object |
annotations |
which annotations to grab features from |
use_db |
the annotation database |
input_type |
what type of gene id was it? |
gene_info |
what type of info to return for each gene |
data.frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.