Get gene annotations from Ensembl

ensembl_annotations(bcbio, attributes = NULL, filters = "ensembl_gene_id",
  values = NULL)

Arguments

bcbio

bcbio list object

attributes

Ensembl attributes. See biomaRt::listAttributes().

filters

biomaRt filters. See biomaRt::listFilters().

values

Ensembl gene identifier values. Optional but will run faster if specified.

Value

Data frame

Examples

## Not run: ------------------------------------ # ensembl_annotations(bcbio, values = "ENSMUSG00000000001") ## ---------------------------------------------