get_ontological_gene_sets | R Documentation |
Create list of gene sets defined by ontological annotation
get_ontological_gene_sets(ontology, gene, term, min_genes = 1, max_genes = 500)
ontology |
|
gene |
Character vector of genes. |
term |
Character vector of term IDs annotated to corresponding genes. |
min_genes |
Minimum number of genes in gene sets. |
max_genes |
Maximum number of genes in gene sets. |
List of character vectors of term IDs.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.