genes - creating customized lists of genes

Utilities to generate customized lists of genes.

genes.get_genes_attributes(attributes, filters=None, dataset='hsapiens_gene_ensembl')

Get genes’ attributes from the Ensembl database.

Parameters:
attributeslist

The attributes to retrieve for the genes.

filtersdict, optional

The filters and corresponding values to filter the genes.

datasetstr, "hsapiens_gene_ensembl"

The dataset the genes belong to.

Returns:
df_annotpandas.DataFrame

A data frame containing the attributes fetched from the Ensembl database for the genes of interest.