genes - creating customized lists of genes#
Utilities to generate customized lists of genes.
- bulkdgd.genes.util.get_genes_attributes(attributes: list[str], filters: dict[str, list[str]] | None = None, dataset: str = 'hsapiens_gene_ensembl') DataFrame#
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