NCBI Mouse Genome: A Practical Guide to Accessing and Using Mouse Reference Data
The NCBI Mouse Genome resource is the official repository for the Mus musculus reference assembly (currently GRCm39) and its annotations. It provides the standardized sequence and gene models that underpin most mouse genomic research. This guide is for wet‑lab researchers, bioinformaticians, and students who need to locate, download, and correctly use NCBI mouse genome data without falling into common pitfalls. We focus on the core concepts you must understand, the decisions you will face, and a step‑by‑step workflow to obtain and verify the data you need.
If you are new to NCBI genome resources, start by exploring the official documentation available on the NCBI Bookshelf, which offers detailed technical references on genome assembly and annotation. For a broader training perspective on biological data handling, the EMBL‑EBI Training portal provides helpful introductory courses.
At a Glance: Key Components of the NCBI Mouse Genome
| Component | Description | Current Version / Example |
|---|---|---|
| Reference Assembly | The primary genome sequence for Mus musculus (strain C57BL/6J). | GRCm39 (released 2020) |
| Annotation | Gene models, transcripts, and protein predictions from NCBI’s RefSeq pipeline. | RefSeq annotation release 109 |
| Genome Browser | Graphical view of assembly and annotation via NCBI’s Genome Data Viewer. | GDV for GRCm39 |
| Sequence Read Archive (SRA) | Repository for raw sequencing reads aligned to mouse reference. | Used for variant detection or RNA‑seq |
| Data Formats | FASTA, GFF3, GTF, VCF, BED. | Download from NCBI FTP |
Decision Criteria: Choosing the Right Mouse Genome Data
Before you download anything, you need to make three key decisions.
1. Which assembly version should you use? The latest assembly is GRCm39, released in 2020. If your project began with an older assembly (e.g., GRCm38/mm10), decide whether to remap your data. For new analyses, always start with GRCm39 unless you must replicate a legacy pipeline. Check the version of the assembly used by databases you rely on (e.g., ENCODE, GTEx) to maintain compatibility.
2. Which annotation track is appropriate? NCBI provides two primary annotation sources: RefSeq (curated) and GenBank (automated). For most applications, RefSeq is more reliable and better maintained. Always use the same annotation release with all samples in a study to avoid discrepancies in gene names or transcript models.
3. Do you need raw sequencing data? If you are working with published reads, the NCBI Sequence Read Archive (SRA) contains terabytes of mouse data. However, note that SRA entries may align to different assembly versions. Confirm the assembly used by the submitters before re‑using their alignments.
Practical Workflow for Accessing and Using NCBI Mouse Genome Data
Follow this sequence to obtain and verify mouse genome data for your analysis.
Step 1. Identify and download the reference assembly.
Navigate to the NCBI Genome database and search for “Mus musculus”. Select the latest assembly (GRCm39). Download the primary assembly FASTA file from the NCBI FTP server. This file contains all chromosomes, unplaced scaffolds, and the mitochondrial genome. Do not confuse “top‑level” with “primary”, top‑level includes alternate loci, which can cause mapping errors.
Step 2. Retrieve the RefSeq annotation.
Download the GFF3 or GTF file for the corresponding annotation release. These files list genes, exons, CDS features, and more. Verify that the annotation version matches the assembly version , mixing GRCm39 annotation with GRCm38 sequence will produce nonsense.
Step 3. Align your sequencing reads (if performing mapping).
Use a splice‑aware aligner such as STAR, HISAT2, or minimap2. Point your aligner to the GRCm39 FASTA and annotation. For RNA‑seq, the GTF file is critical for read alignment across exon junctions. The Galaxy Training Network offers step‑by‑step tutorials for mapping mouse RNA‑seq data to GRCm39.
Step 4. Perform quality checks and sanity checks.
After mapping, compute basic statistics: number of mapped reads, percentage uniquely mapped, coverage depth across chromosomes. Confirm that the mitochondrial chromosome is correctly named “NC_005089.1” in GRCm39. Use genome coverage files (BigWig) to spot large gaps that may indicate assembly artefacts.
Step 5. Interpret results with awareness of assembly limits.
Acknowledge that no assembly is perfect. GRCm39 still contains unresolved gaps, especially in repetitive regions and near centromeres. If your study focuses on complex or variable regions (e.g., MHC, olfactory receptor clusters), consider using strain‑specific assemblies or long‑read data for completeness.
Common Mistakes When Working with the NCBI Mouse Genome
Mistake 1: Using the wrong assembly version. Many published datasets still use mm10 (GRCm38). If you inadvertently combine mm10 alignments with GRCm39 annotation, your gene counting and variant calling will be wrong. Always validate the assembly version of both your reference and your data.
Mistake 2: Overlooking the difference between RefSeq and GenBank annotations. RefSeq is curated, GenBank is automated and may contain redundant or mis‑annotated genes. For reproducible research, stick with RefSeq.
Mistake 3: Ignoring alternative loci and patches. The GRCm39 assembly includes alternate sequences for regions known to be structurally variable (e.g., H2 complex). If you align to the “top‑level” assembly, your reads may map to multiple locations, inflating ambiguity. Use the “primary” assembly to reduce these artefacts.
Mistake 4: Forgetting to download the mitochondrial sequence separately. Some workflows exclude the mitochondrial genome from the main FASTA. Ensure your FASTA includes all expected chromosomes.
Limits and Uncertainty
The NCBI mouse genome is a powerful resource, but it has constraints you must respect.
Assembly gaps. Even GRCm39 contains hundreds of gaps totaling several megabases. These gaps often correspond to centromeres, telomeres, or highly repetitive satellite DNA. If your region of interest lies near a centromere, expect incomplete coverage.
Strain variation. The reference is from C57BL/6J. Other mouse strains (e.g., BALB/c, DBA/2) have substantial genomic differences, including copy number variants and deletions. For strain‑specific research, consider using a dedicated assembly or a pangenome reference.
Annotation completeness. The RefSeq annotation is continuously updated. A gene that appears “missing” today may be added in a future release. Cross‑check with other databases (e.g., Ensembl, GENCODE) to confirm true absence.
Biological interpretation. Computational predictions of splicing, promoters, or non‑coding RNAs are probabilistic. Validation with orthogonal methods (e.g., RT‑PCR, long‑read sequencing) remains essential in discovery projects.
Frequently Asked Questions
Q1: Where can I find the exact file URLs for the GRCm39 FASTA and GTF?
Go to the NCBI FTP site at ftp.ncbi.nlm.nih.gov/genomes/all/GCF/000/001/635/GCF_000001635.27_GRCm39/. You will see compressed FASTA (.fna.gz) and GFF (.gff.gz) files. Use the README file for details on each file.
Q2: Should I use the RefSeq assembly (GCF) or GenBank assembly (GCA)?
Use the RefSeq assembly (GCF) for its curated annotation. The GenBank assembly (GCA) may be appropriate if you need to compare with pre‑RefSeq data, but for new analyses the RefSeq version is preferred.
Q3: How do I convert coordinates from GRCm38 to GRCm39?
Use a liftover tool such as the UCSC LiftOver utility or the crossmap tool. Prepare a chain file that maps GRCm38 to GRCm39, which is available from the UCSC Genome Browser downloads page.
Q4: Can I use the NCBI mouse genome for identifying variants in other mouse strains?
Yes, but you must remap the reads to the reference and then call variants. However, structural variants and strain‑specific regions will be missed. For comprehensive variant calling, consider using the mouse pangenome resources available through the Sanger Institute.
References and Further Reading
- NCBI Bookshelf: Genome Assembly and Annotation , authoritative technical background on how NCBI constructs reference genomes.
- EMBL‑EBI Training: Introduction to Genome Assemblies , free courses covering assembly quality and file formats.
- Galaxy Training Network: RNA‑seq Analysis Using Mouse Reference , practical workflows for mapping and differential expression.
- Bioconductor: Working with Mouse Annotations , R packages (e.g.,
Mus.musculus,biomaRt) for programmatic access. - NCBI Sequence Read Archive (SRA) , repository where you can find read sets aligned to the mouse genome.
- Feedback loops between DNMT1 and autophagy as well as senescence promotes organ aging and canities , an example of mouse genome,based research on aging.
- Multidrug‑resistant Escherichia coli causing diarrhea in yak calves: whole‑genome sequencing and pathogenicity analysis , illustrates use of mouse genome as a reference in pathogen genomics.
- Genetic characterization of a novel triple‑reassortant influenza A (H1N2) virus from pigs, China, 2021 , demonstrates cross‑species genome comparisons using the mouse assembly.
- MeDReaders 2.0: an updated database for modified DNA readers , a resource that relies on mouse genome annotation for functional studies.
- ADNP missense variant p.C687R disrupts chromatin regulation and GABAergic differentiation , a study using mouse genome data to understand neurodevelopmental disorders.