Description Usage Arguments Value Examples
Get biological feature
1 | get_bf(compendium, gene_names)
|
compendium |
the compendium selected for the analysis |
gene_names |
a vector of gene_ids |
list of BiologicalFeature objects
1 2 3 4 5 | ## Not run:
gene_names <-c('VIT_05s0094g00350','VIT_07s0031g02630','VIT_19s0015g02480','VIT_08s0007g08840')
genes <- get_bf(compendium = get_compendium(), gene_names = as.list(gene_names))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.