Get gene annotations from Ensembl
ensembl_annotations(bcbio, attributes = NULL, filters = "ensembl_gene_id", values = NULL)
bcbio list object
Ensembl attributes. See biomaRt::listAttributes().
biomaRt filters. See biomaRt::listFilters().
Ensembl gene identifier values. Optional but will run faster if specified.
Data frame
## Not run: ------------------------------------ # ensembl_annotations(bcbio, values = "ENSMUSG00000000001") ## ---------------------------------------------