| explore_annotation | R Documentation |
Find an annotation's associated gene sets and genes
explore_annotation(annotation, gs_annos, gs_genes, genes = NULL)
annotation |
annotation to explore |
gs_annos |
value from |
gs_genes |
value from |
genes |
optional: genes to match, or (default) all |
"names" vector: gene set names
"genes" vector: genes
## Not run:
anno <- E.PATH::annotations
data <- E.PATH::database
anno_assoc <- explore_annotation("Carcinogen", anno$gs_annos, data$gs_genes)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.