Finding Sequence Data on Ensembl & NCBI: Accession Numbers

Added:

Ensembl Search
NCBI Lookup

Ensembl Search

0:02
Playing Section
  • 1

    Navigate ensembl.org to locate human XPO1 gene.

  • 2

    Select transcript 220 to access its protein sequence.

  • 3

    Download protein as FASTA to obtain official ID.

Understanding the Central Dogma of Molecular Biology, specifically how DNA is transcribed into mRNA transcripts and translated into proteins.
The concept of gene structure, including exons, introns, promoters, and alternative splicing which leads to multiple transcript variants.
Familiarity with the purpose of biological databases as repositories for genomic, transcriptomic, and proteomic data.
An introductory awareness of gene nomenclature standardization, such as the HUGO Gene Nomenclature Committee (HGNC) guidelines.
Performing sequence similarity searches and alignments using tools like BLAST (Basic Local Alignment Search Tool) with retrieved sequence data.
Understanding and working with common sequence file formats such as FASTA, GenBank flat files, and GFF3/GTF feature formats.
Navigating interactive genome browsers (e.g., Ensembl Genome Browser or NCBI Sequence Viewer) to analyze gene neighborhoods, regulatory regions, and genetic variations.
Utilizing programmatic data retrieval methods, such as NCBI's Entrez Direct (command-line) or Ensembl's REST API, to download sequence data in bulk.
1.3K views9likes3:50@profbiotOriginal Release: 2022-02-23

This tutorial demonstrates how to search for unique sequence data using official identifiers (accession numbers or HGNC gene names) on both Ensembl (European database) and NCBI (U.S. database). On Ensembl, users navigate gene pages with multiple tabs to find chromosomal locations, neighboring genes, and transcripts, then access protein sequences starting with methionine and download them as FASTA files. On NCBI, users search using NM numbers for mRNA sequences and can view GenBank format files containing locus information. Both systems require official identifiers to ensure retrieval of exact sequences needed for homework assignments.