Reference¶
Download genome files¶
Download Ensembl genome FASTA, transcriptome FASTA, and GTF/GFF3. |
|
Download GENCODE genome FASTA, transcriptome FASTA, GTF, and GFF3. |
|
Download RefSeq genome GFF3 and GTF annotation files. |
|
Download UCSC genome FASTA and annotation files. |
Current versions and builds¶
Return the current Ensembl genome build for organism. |
|
Return the current Ensembl release version. |
|
Return the current FlyBase release version. |
|
Return the current GENCODE genome build. |
|
Return the current GENCODE release version. |
|
Return the current RefSeq genome build for organism. |
|
Return the current RefSeq release version. |
|
Return the current UCSC genome build for organism. |
|
Return the current WormBase release version. |
|
Detect the organism from a list of gene/transcript identifiers. |
|
Fetch the full GENCODE release history table. |
Make genomic objects¶
Ensembl exon annotations. |
|
Ensembl gene annotations. |
|
Ensembl-to-NCBI gene identifier mapping. |
|
Ensembl transcript annotations. |
|
FlyBase exon annotations. |
|
FlyBase gene annotations. |
|
FlyBase transcript annotations. |
|
GENCODE exon annotations. |
|
GENCODE gene annotations. |
|
GENCODE transcript annotations. |
|
Gene identifier-to-symbol mapping. |
|
HGNC (Human Gene Nomenclature Committee) data. |
|
JAX human-to-mouse ortholog mapping. |
|
MGI (Mouse Genome Informatics) data. |
|
NCBI gene history. |
|
NCBI gene information. |
|
NCBI-to-Ensembl gene identifier mapping. |
|
Protein-to-gene identifier mapping. |
|
RefSeq exon annotations. |
|
RefSeq gene annotations. |
|
RefSeq transcript annotations. |
|
Transcript-to-gene identifier mapping. |
|
UCSC exon annotations. |
|
UCSC gene annotations. |
|
UCSC transcript annotations. |
|
WormBase exon annotations. |
|
WormBase gene annotations. |
|
WormBase transcript annotations. |
|
Create an EnsemblGenes object from a DataFrame. |
|
Create an EnsemblGenes object from the Ensembl GTF. |
|
Create an EnsemblToNcbi mapping from a DataFrame. |
|
Create a GeneToSymbol mapping from a DataFrame. |
|
Parse the Ensembl GTF into a BiocPy GenomicRanges object. |
|
Parse a GFF3 or GTF file into a BiocPy GenomicRanges object. |
|
Import HGNC (Human Gene Nomenclature Committee) complete set. |
|
Import JAX human-to-mouse ortholog mapping. |
|
Import Mouse Genome Informatics (MGI) metadata. |
|
Import NCBI gene history for an organism. |
|
Import NCBI gene information for an organism. |
|
Create a NcbiToEnsembl mapping from a DataFrame. |
|
Map Ensembl protein IDs (ENSP) to gene IDs and gene names. |
|
Create a TxToGene mapping from a DataFrame. |
|
Build a TxToGene mapping by parsing FASTA transcript headers. |
Gene name mapping¶
Retrieve GO terms associated with a list of gene names via Ensembl REST. |
|
Map an Ensembl release version to its archive URL. |
|
Map an Ensembl release number to the corresponding GENCODE release. |
|
Map a GENCODE release to its corresponding Ensembl release. |
|
Map gene names to Ensembl gene identifiers. |
|
Map human gene names (symbols) to HGNC identifiers. |
|
Map gene names to NCBI (Entrez) gene identifiers. |
|
Download the GO OBO file and return a DataFrame of GO term ID and name. |
|
Map gene identifiers to human orthologs via Ensembl REST API. |
Version and ID utilities¶
Strip version suffixes from exon identifiers. |
|
Strip version suffixes from gene identifiers. |
|
Strip version suffixes from transcript identifiers. |
|
Update gene symbols to current nomenclature. |
Data access¶
Import transcript-to-gene annotations from a two-column file. |