networkcommons.data.omics.get_ensembl_mappings
- networkcommons.data.omics.get_ensembl_mappings(update=False)
Retrieves the mapping between Ensembl attributes for human genes.
- Parameters:
update (Boolean) – Force download and update cache.
- Returns:
- A DataFrame containing the mapping between Ensembl attributes.
The DataFrame has the following columns: - ensembl_transcript_id: Ensembl transcript ID - gene_symbol: HGNC symbol for the gene - ensembl_gene_id: Ensembl gene ID - ensembl_peptide_id: Ensembl peptide ID
- Return type:
pandas.DataFrame