WGS Test
Tutorial

How to Read Your Raw DNA Data: A Practical Guide

Your raw DNA data from 23andMe, AncestryDNA, or a WGS provider contains hundreds of thousands of genetic variants. With the right tools, you can explore health risks, pharmacogenetic traits, and ancestry — but you need to know how to spot false positives and when to seek clinical confirmation.

July 22, 2026 · 8 min read

Key takeaway: Downloading your raw DNA data opens up a world of third-party analysis tools — but these are for research and education, not medical diagnosis. Approximately 40% of rare clinically-actionable variants flagged by DTC genotyping chips are false positives (Genetics in Medicine, 2020). Always confirm significant findings with a CLIA-certified clinical lab before acting on them.

Step 1: Download Your Raw Data

Every major DNA testing company allows you to download your raw genotype data, though the process varies. Here's how to get your raw data from the most common providers:

Provider Download Location File Format Approximate Variants
23andMeSettings → 23andMe Data → Download.txt (TSV) or .zip~600K-700K SNPs
AncestryDNASettings → DNA Settings → Download.txt (TSV) or .zip~700K SNPs
FamilyTreeDNAMyDNA → Data Download.csv~700K SNPs
MyHeritageDNA → Manage DNA Kits → Download.csv~700K SNPs
WGS (Nebula, Dante)Provider portal → Download raw dataVCF, FASTQ, or BAM~3M+ variants

File size warning: Raw data from genotyping chips (23andMe, AncestryDNA) is typically 10-25 MB. Whole genome sequencing (WGS) files can be 50-100 GB uncompressed for FASTQ and 30-50 GB for BAM files. Ensure you have adequate storage and a stable internet connection before downloading WGS data. Many WGS providers ship data on physical hard drives for this reason.

Step 2: Understand Your File Format

The file you download contains your genetic variants in a structured format:

Step 3: Choose Your Analysis Tools

Once you have your raw data file, these are the most useful third-party tools for exploration:

Tool Price Best For Limitations
Promethease$12Literature-backed variant reports with SNPedia linksCan be overwhelming; categorizes every SNP as good/bad, causing unnecessary anxiety for benign variants
Genetic GenieFreeMethylation and detox pathway analysis (MTHFR, COMT, etc.)Narrow focus — only analyzes ~50-100 genes in specific pathways
CodegenFree (basic)Variant browser with ClinVar, dbSNP, gnomAD integrationRequires some genetic literacy to interpret results
OpenSNPFreeOpen-source data sharing and community analysisData is public — privacy implications of sharing
Gene.iobioFreeInteractive visual variant analysis (supports VCF)Designed for clinical geneticists; steep learning curve

Promethease is the most popular third-party DNA analysis tool. For $12, it generates a detailed report that compares every variant in your raw data against the SNPedia database — a community-curated wiki of genetic variant research. Each variant receives a magnitude score (0-10) reflecting the strength of evidence linking it to a trait or disease. Promethease is excellent for exploratory learning but has a well-known flaw: it reports every statistically significant research finding for every SNP, including weak associations and conflicting results, which can create unnecessary alarm.

The 40% False Positive Problem — And How to Protect Yourself

A landmark study published in Genetics in Medicine (Tandy-Connor et al., 2020) sent 49 DTC test samples to a clinical lab for confirmation of raw data findings. The result: 40% of variants flagged as clinically significant by DTC raw data were false positives — meaning the variant wasn't actually present in the individual's DNA. This finding has been replicated in subsequent studies and is widely cited in genetic counseling guidelines.

The false positives arise because DTC genotyping chips use SNP probes — short DNA sequences designed to bind to specific positions in the genome. At rare variants, these probes can bind imperfectly or fail to distinguish between closely related sequences, producing incorrect calls. The overall genotyping error rate is low (~0.03%), but for rare variants — the very ones most likely to be medically significant — the false positive rate is dramatically higher.

To protect yourself:

How to Look Up an rsID

Every SNP in your raw data has an rsID (Reference SNP cluster ID) — a unique identifier maintained by the NCBI's dbSNP database. Here's how to research any rsID you find:

  1. SNPedia (snpedia.com) — Search your rsID for a plain-language summary of what studies have found about this variant. SNPedia is community-maintained and cites its sources. Example: searching rs429358 tells you it's the APOE ε4 allele, associated with increased Alzheimer's risk.
  2. ClinVar (ncbi.nlm.nih.gov/clinvar) — Check the clinical significance classification. ClinVar aggregates variant interpretations from clinical labs and expert panels. Look for variants classified as "Pathogenic" or "Likely Pathogenic" with a review status of at least "reviewed by expert panel."
  3. gnomAD (gnomad.broadinstitute.org) — Check the population frequency. If a variant labeled "pathogenic" appears in 10% of the population, it's almost certainly benign — truly pathogenic variants are rare in healthy populations.

Pro tip — population frequency as a sanity check: Truly devastating genetic variants rarely appear at high frequency in the general population because they reduce fitness. If ClinVar says "pathogenic" but gnomAD shows the variant at 5% population frequency, the classification is likely incorrect. This is one of the most useful heuristics for spot-checking variant interpretations.

Limitations of Third-Party DNA Analysis

Even with proper tools, raw data analysis has fundamental limitations:

Ready for the full picture? Compare WGS providers

Whole genome sequencing reads all 3 billion base pairs — no coverage gaps, no false positives from probe errors.

Compare WGS Providers Browse Directory

Frequently Asked Questions

Can I upload my raw DNA data to multiple sites safely?

Technically yes — your raw data is just a file, and you can upload copies to as many services as you want. The privacy risk is cumulative: each service you upload to becomes another entity that stores your genetic data, with its own security practices and data-sharing policies. Read each site's privacy policy and terms of service carefully. Some research-oriented sites (like OpenSNP) make your data publicly available by design. If you're concerned about privacy, prefer tools that process your data locally in your browser rather than uploading it to a remote server.

What's the difference between a VCF, FASTQ, and BAM file?

FASTQ files contain raw sequencing reads — the actual A/C/T/G sequences output by the sequencing machine, along with quality scores for each base. BAM files are aligned FASTQ reads mapped to a reference genome, showing where each read sits in the genome. VCF files are variant call files — the output of variant calling software that identifies where your DNA differs from the reference. For most users, the VCF is the most useful file: it contains the list of variants (SNPs, insertions, deletions) that differ from the reference genome, typically 3-5 million for a WGS sample.

Can I use my raw data to find unknown relatives?

Third-party tools like GEDmatch allow you to upload raw DNA data from any provider and compare it against others who have uploaded to the same database. GEDmatch gained widespread attention for its role in forensic genealogy (identifying the Golden State Killer), but it is primarily used for genealogy research. Important caveat: GEDmatch and similar services maintain databases that can be accessed by law enforcement in some circumstances, depending on your privacy settings. The default GEDmatch setting now excludes law enforcement matching — you must explicitly opt in.

Related Articles