Download gene coordinates¶
- circe.downloads.download_genes(server='http://www.ensembl.org', species='hsapiens_gene_ensembl')¶
Download gene coordinates from Ensembl Biomart.
- Parameters:
server (str) – URL of the Biomart server.
species (str) – Species to download gene coordinates for. Default is “hsapiens_gene_ensembl”.
- Returns:
genes_df – DataFrame with gene coordinates.
- Return type:
pandas.DataFrame