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:
- Returns:
- df_annot
pandas.DataFrame A data frame containing the attributes fetched from the Ensembl database for the genes of interest.
- df_annot