genomic_features.ensembl.list_ensdb_annotations

genomic_features.ensembl.list_ensdb_annotations#

genomic_features.ensembl.list_ensdb_annotations(species=None)#

List available Ensembl gene annotations.

Parameters:

species (Union[None, str, list[str]] (default: None)) – Show gene annotations for subset of species E.g. Hsapiens for human, Mmusculus for mouse (optional)

Return type:

DataFrame

Returns:

A table of available species and annotation versions in EnsDb.

Usage#

>>> gf.ensembl.list_ensdb_annotations("Mmusculus")