Gene Sequence Database
A gene sequence database is a curated or raw repository that stores nucleotide sequences, annotations, and metadata for genes and genomes. If you are a researcher, clinician, bioinformatics student, or lab technician who needs to find, submit, or analyze DNA/RNA sequences, this guide will help you choose the right resource, follow a structured workflow, avoid common errors, and understand the limits of what a sequence database can tell you. For authoritative background, see the NCBI Bookshelf collection of biomedical references and the EMBL-EBI Training resources that cover sequence database fundamentals.
At a Glance
The table below compares the major types of gene sequence databases, their primary uses, and representative examples. Use it to quickly zero in on the resource that fits your task.
| Database Type | Key Features | Example | Typical Size | Best For |
|---|---|---|---|---|
| Primary nucleotide archive | Raw or assembled sequences, minimal annotation | GenBank (NCBI) | Over 10⁹ bases | Submitting original sequences, retrieving reference genomes |
| Reference / curated | High quality annotation, cross references | RefSeq (NCBI) | Hundreds of thousands of genes | Mapping reads to known genes, clinical variant interpretation |
| Protein sequence | Derived from translated coding regions | UniProtKB (EMBL-EBI) | Millions of entries | Studying protein function, domain analysis |
| Short read archive | Raw reads from high-throughput sequencing | NCBI Sequence Read Archive | Petabases of data | Reproducing analyses, detecting rare variants |
| Specialized / model organism | Community curated, organism specific | FlyBase, WormBase | Varies per organism | Detailed functional studies in a particular species |
For a deeper primer on database architecture and retrieval, the Galaxy Training Network offers hands on tutorials that walk you through querying these repositories.
Decision Criteria
Choosing the right gene sequence database depends on your specific question. Consider these four factors.
1. Data type and provenance
Are you looking for a known gene sequence (e.g., human BRCA1), or do you have novel sequences to deposit? For retrieval of well annotated sequences, use RefSeq or GenBank. For raw, unassembled reads, go to the NCBI Sequence Read Archive. If you are investigating a protein product, UniProtKB is the standard. A recent study on epilepsy surgery patients used targeted gene panel sequencing and deposited data in repositories like SRA Genetic testing among patients evaluated for epilepsy surgery, showing how clinical data flows into these archives.
2. Quality and curation level
Primary databases (GenBank, EMBL, DDBJ) accept submissions from any researcher with little curation of sequence accuracy, only format checking. Curated databases like RefSeq apply automated and manual review. For clinical decision making or high confidence variant calling, prioritize curated resources.
3. Annotations and metadata
Some databases provide rich functional annotations (gene ontology, domain families, cross references to literature). Others, such as the SRA, store only raw reads and minimal metadata. If you need context like tissue source or disease association, choose a database that enforces metadata standards. Tools like Bioconductor offer packages to pull annotated data from these sources Bioconductor.
4. Access and computational requirements
Web queries work for a handful of sequences. Large batch queries or downloads may require programmatic access via APIs (NCBI E-utilities, EBI REST) or downloading whole database dumps. Plan your computing environment accordingly.
Workflow: Using a Gene Sequence Database from Search to Submission
Follow this practical sequence whether you are retrieving data or depositing new sequences.
Step 1. Define your query
Write down the gene name, accession if known, organism, and any relevant features. For example, “human TP53 coding sequence” or “raw RNA-seq reads from Paraburkholderia dioscoreae leaf experiment.” A clear query avoids retrieving thousands of unrelated hits.
Step 2. Choose the appropriate database
Use the decision criteria above. For a quick search, NCBI Nucleotide (GenBank + RefSeq) is a safe start. For raw reads, go directly to the NCBI Sequence Read Archive. For functional predictions like chromatin associated RNA binding proteins, you might combine sequence databases with prediction tools as demonstrated in research by caRBP-Pred, which leverages protein language models.
Step 3. Execute the search using best practices
- Use Entrez at NCBI with Boolean operators (AND, OR, NOT) and field tags:
Homo sapiens[organism] AND TP53[gene]. - For protein, use UniProt’s field search.
- Use quote marks for exact phrases.
- Filter by release date, sequence length, or data type.
Step 4. Evaluate and download results
Examine each record’s definition line, source organism, features table (CDS, exon, intron), and references. Download in FASTA (sequence only), GenBank flat file (with full annotation), or FASTQ (for raw reads). For large downloads, use batch tools like the NCBI File Transfer Protocol or Aspera.
Step 5. If submitting, prepare your sequence and metadata
For a new sequence (e.g., from a genome survey of a species like Pisodonophis cancrivorus as in this whole genome survey), assemble your contigs, remove vector contamination, and gather mandatory metadata: organism name, source tissue, sequencing method, and submitter information. Use tools like NCBI’s Submission Portal or EMBL’s Webin.
Step 6. Conduct quality checks before submission
Use a local alignment tool (e.g., BLAST) to confirm your sequence is not already in the database. Check for ambiguous bases (Ns) and correct frame shifts in coding regions. Validate that your metadata (e.g., Geo location, strain) follows the minimum information standards (MIxS for genomic sequences).
Step 7. Submit and obtain an accession number
Each primary database issues a unique accession (e.g., NC_000001 for a RefSeq chromosome). The accession is citable and necessary for publication.
Step 8. Integrate with downstream analysis
Once you have sequences, you can map reads, call variants, or build metabolic models. For example, a study on leaf associated bacteria used a metabolic model linking the ethylene precursor ACC to core carbon pathways, relying on genome sequences from public databases A metabolic model of the leaf associated bacterium.
Common Mistakes
Avoid these pitfalls to save time and obtain reliable results.
Relying only on a single database. Different databases may have different versions of the same gene. Cross check between RefSeq and UniProt, and with original literature. For instance, a breast cancer prognostic study integrated tumor microenvironment and metabolic signatures, using sequences from multiple repositories Integration of tumor microenvironment.
Ignoring version numbers. Sequence records can be updated (e.g., NC_000001.11 vs .12). Always note the version when reporting results. Unversioned accessions can lead to ambiguity.
Blindly trusting raw reads. Raw reads from SRA may contain adapters, chimeras, or sequencing errors. Filter and trim before analysis.
Neglecting metadata completeness. Submissions with incomplete metadata (e.g., missing tissue or disease context) reduce the value of your sequence for other researchers.
Misusing BLAST thresholds. Default BLAST parameters may return irrelevant hits if your query is short or repetitive. Adjust word size and expect value based on your question.
Limits and Uncertainty
Gene sequence databases are powerful, but they have inherent limitations that every user must acknowledge.
Incomplete coverage
Despite decades of sequencing, many species, especially microbes and eukaryotes from understudied habitats, have no representative genomes. A negative search (“no match”) does not prove the sequence does not exist in nature, it only says no similar record was deposited.
Annotation errors
Automated gene prediction pipelines can misidentify start codons, splice sites, or even assign a function based on weak homology. Curated databases reduce but do not eliminate errors. Experimental validation is always preferable.
Sample and platform biases
Most sequences come from a few model organisms (human, mouse, E. coli) and from specific sequencing platforms. Ecological studies or clinical cohorts may have systematic biases that affect generalization.
Privacy and ethical constraints
Human sequence data in controlled access repositories (e.g., dbGaP) are not freely downloadable. Researchers must apply for access. Even public human sequences raise concerns about re-identification.
Temporal lag
New sequences are submitted daily, but curation and release can take weeks to months. Cutting edge research may rely on preprints or unpublished data not yet in the database.
Frequently Asked Questions
Q1. What is the difference between GenBank and RefSeq? GenBank is a primary archive containing sequences directly submitted by researchers, including many redundant or partial entries. RefSeq is a curated subset that provides one representative sequence per gene or genome with standardized annotation and less redundancy. RefSeq is generally more stable and suitable for reference mapping.
Q2. How do I find the correct nucleotide sequence for a human gene? Use the NCBI Gene database, search for the official gene symbol (e.g., CFTR), and then click on the “Genomic” or “mRNA” links in the RefSeq section. Look for accession numbers starting with NG_ (genomic) or NM_ (mRNA). Verify the transcript version corresponds to your use case.
Q3. Can I submit a sequence found only in my lab to any database? Yes, but you must follow the submission guidelines of the International Nucleotide Sequence Database Collaboration (INSDC), which includes NCBI, EMBL-EBI, and DDBJ. You will need to provide metadata, sequence files, and agree to make the data publicly available. There is no fee for academic submitters.
Q4. How can I ensure my raw sequencing reads are compatible with a public database? Format your data in FASTQ or BAM, strip any private patient identifiers, and include required metadata such as library preparation method, instrument model, and sample description. Use the NCBI Sequence Read Archive portal or equivalent EBI/ENA submission tools. Validate the files with the provided checksum tools before uploading.
References and Further Reading
- NCBI Bookshelf offers comprehensive guides to sequence databases and bioinformatics analysis.
- EMBL-EBI Training provides free courses on sequence retrieval, annotation, and submission.
- Galaxy Training Network includes interactive tutorials for querying and processing sequences.
- Bioconductor offers R packages for programmatic access to sequence data and statistical analysis.
- NCBI Sequence Read Archive is the primary resource for high throughput sequencing reads.
- Genetic testing among patients evaluated for epilepsy surgery illustrates clinical application of sequence databases.
- caRBP-Pred: Leveraging Protein Language Models for the Prediction of Chromatin Associated RNA Binding Proteins demonstrates integration of sequence data with machine learning.
- Integration of tumor microenvironment and metabolic signatures reveals TMPI defined prognostic and immunotherapy relevant phenotypes in breast cancer shows use of multiple databases in cancer genomics.
- A preliminary whole genome survey of longfin snake eel Pisodonophis cancrivorus provides a template for new organism submission.
- A metabolic model of the leaf associated bacterium Paraburkholderia dioscoreae links the ethylene precursor ACC to core carbon pathways uses genome sequences for metabolic reconstruction.