SlideShare a Scribd company logo
Knowing Your NGS
Upstream: Alignment
and Variants
March 27, 2013
Gabe Rudy, Vice President of
Product Development
Use the Questions pane in
your GoToWebinar window
Questions during
the presentation
Goals
 What I Assume About You
- Some experience with NGS technology
- Not a command line bioinformatician by day;
not afraid of technical terms
 What You Will Learn
- A healthy skepticism when looking at NGS
data
- What to expect/not expect from core labs or
upstream sequencing service providers
- Reading pile-ups in a genome browser and
spotting high quality vs sketchy variants
 What You Won’t Learn
- Interpreting biological significance of variants
- One true way to do secondary analysis
I won’t do this… hopefully!
My Background
 Golden Helix
- Founded in 1998
- Genetic association software
- Analytic services
- Hundreds of users worldwide
- Over 700 customer citations in scientific
journals
 Products I Build with My Team
- SNP & Variation Suite (SVS)
- SNP, CNV, NGS tertiary analysis
- Import and deal with all flavors of upstream data
- GenomeBrowse
- Visualization of everything with genomic coordinates.
All standardized file formats.
- RNA-Seq Pipeline
- Expression profiling bioinformatics
Agenda
Why You Should Care About Your Upstream?
Service Provider Deliverables: CEPH Trio Example
2
3
4
A Drink from the Bioinformatics Firehose
Background and Definitions1
Applications That Require Special Upstream Analysis5
Agenda
Why You Should Care About Your Upstream?
Service Provider Deliverables: CEPH Trio Example
2
3
4
A Drink from the Bioinformatics Firehose
Background and Definitions1
Applications That Require Special Upstream Analysis5
NGS Analysis
Primary
Analysis
Secondary
Analysis
Tertiary
Analysis
“Sense Making”
 Analysis of hardware generated data, on-machine real-time stats.
 Production of sequence reads and quality scores
 QA and clipping/filtering reads
 Alignment/Assembly of reads
 Recalibrating, de-duplication, variant calling on aligned reads
 QA and filtering of variant calls
 Annotation and filtering of variants
 Multi-sample integration
 Visualization of variants in genomic context
 Experiment-specific inheritance/population analysis
Primary Analysis: I’d like some AGCT’s please
 Standardized on producing FASTQ
- AGCT or N
- Quality scores
- Pair of files for paired end
 Happens on machine for desktop
sequencers
- Ion Torrent processing microwell detectors
- MiSeq doing optic processing of flowcell
- PacBio processing optics of ZMW
 HiSeq 2000/2500
- Requires off-machine base-calling
- Can “call bases” with Illumina software on raw
data collected tile by tile
Assembly vs Alignment
 De Novo Genome Assembly
- Very difficult for large genomes to get
to “finished” genome quality
(traditionally done with Sanger).
- Short reads will get you to contigs
sizes of ~10-100Kb range.
- Need long reads (PacBio) or
restriction maps optical mapping
(OpGen) to make chromosomal sized
contigs
 Alignment
- Aligning to finished (or draft) genomes
that is considered “reference”
- Allows for some differences, but not
too many between your reads and the
reference
The Human Reference Sequence
 Genome Reference Consortium (GRCh37)
- Feb 2009, previous was NCBI36 March 2006
- 9 alt loci and 187 patches (11 patch releases)
 Supercontigs: Large unplaced contigs
- Some localized to chr level and some unknown
 Does not include a Mitochondrial reference
- UCSC hg19 includes older NCBI 36 MT
- 1000 genomes project using revised Cambridge
Reference Sequence (rCRS)
- Provide “g1k” reference: includes rCRS, Human
herpesvirus 4 type 1, supercontigs and “decoy”
sequence
 v38 genome coming this summer:
- Incorporate all patches into the reference
- Some allele fixes to have reference match major
Example Patch
 The tiling path in GRCh37 switched in the middle of ABO gene resulting in a
reference protein not present in humans.
 Patch adjusts tile path and fixes the problem.
 All patches will be incorporated into GRCh38, due this summer. Until then,
all alignment is done against unpatched reference.
Single Nucleotide Variants (i.e. SNVs or SNPs)
 Single base substitution from reference
 Note that “reference” is not always the “major” allele
 “Multi-allelic” sites have more than 2 cataloged
alleles
Gholson Lyon, 2012
Small Insertions/Deletions
 Generally defined as being < 150bp (often much shorter)
 Frameshift insertions/deletions important “loss of function” class of
variants
- Although InDels divisible by three are “in-frame” when in coding region
 Hard to call consistently. Poor concordance between algorithms.
 Where to call an InDel in a homopolymer?
- GTTTAC
- GTTTTAC
- 01234567
- How do you describe the insertion? Ins of T at 5? Or ins of T at 1?
- CGI in their v1 pipeline preferred calling insertion at end, others at beginning, now
always at beginning
 MNP – Can also be called differently
Copy Number Variants
 Required WGS
- CNVs > 10kb pretty accurate.
- 1kb to 10kb problematic.
 Detecting Deletions
- Can see coverage drop to near zero
- Harder to pinpoint breakpoint
- Possible false positives in low-
mappability regions
 Amplifications
- Can see coverage jump
- False positives due sample prep or
sequence artifacts
 Need “baseline,” look at Log Ratio
- Somatic detection uses normal
tissues
- Can have control population
Venter vs Watson WGS CNV-seq
64kbp gain in DDAH1 Gene of NA12878
Structural Variants
 Looking for:
- Balanced rearrangements
- Inversions
- Translocations
- Complex
 Signals to detect SV:
- Paired-end mappings too big (deletion)
- Depth of coverage
- Split-read mapping
 Translocations can result in “fusion”
genes.
- For example BCR-ABL fusion gene central in
pathogenesis certain leukemias.
Example 1kb Inversion (intron of APP)
Tertiary Analysis – “Sense Making”
 Detecting Known Clinically Relevant Variants
- Use targeted gene panels. Amplicons or custom capture.
- Look for carrier status or present of pathogenic or PGx variants
 Rare, Functional Variant Search and Interpretation
- Rare Mendelian Diseases
- Clinical Diagnostic: Ending Diagnostic Odyssey
- Looking for rare variants of functional consequence to a known phenotype
- Exome sequencing common, but whole genome has proponents
- Trios often used for looking at inheritance of putative variants (compound hets)
 Population Studies
- Like NHLBI or others studying complex disease
- Often looking at “variant burden” over genes between cases/controls
 Driver Somatic Variant Identification
- Looking for variants in tumor samples but not matched normal
- Not just SNPs and InDels, but CNVs and SVs
Not just DNA… but still DNA sequencing
 RNA-Seq
- Align to “transcriptome”, but often do analysis with reference genome coordinates and
reads “gapped” over introns they span in their spliced form
- Using read counts to approximate relative abundance of RNA in sample
- Compare relative abundance between groups
- Discover new transcribed genes or alternative splicing
 ChIP-Seq
- Measure sites and intensities of various proteins binding to DNA
- ENCODE project used to catalog TFBS and other functional elements
 Methyl-Seq
- Get sequences only with epigenetic methylation mark
- Run peak identification and intensity to look at relative levels of methylation
Agenda
Why You Should Care About Your Upstream?
Service Provider Deliverables: CEPH Trio Example
2
3
4
A Drink from the Bioinformatics Firehose
Background and Definitions1
Applications That Require Special Upstream Analysis5
The Promise
 Both in research and clinical care, NGS is
powering discoveries making impactful
diagnoses
 Desktop sequencers and gene panels
much more economical than gene-by-gene
hunts
 Exomes have lead to many rare disease
diagnoses and affordably assay rare
functional variants
 Whole genomes have led to clinical
success stories and promise to be
instrumental to our understanding of complex
disease genetics
 Barrier to entry is lower than ever
Things That Can Confound Your Experiment
Library preparation errors Sequencing errors Analysis errors
 PCR amplification point
mutations (e.g. TruSeq
protocol, amplicons)
 Emultion PCR
amplification point
mutations (454, Ion
Torrent and SOLiD)
 Bridge amplification errors
(Illumina)
 Chimera generation
(particularly during
amplicon protocols)
 Sample contamination
 Amplification errors
associated with high or low
GC content
 PCR duplicates
 Base miscalls due to low
signal
 InDel errors (particular
PacBio)
 Short homopolymer
associated InDels (Ion
Torrent PGM)
 Post-homopolymeric tract
SNPs (Illumina) and/or
read-through problems
 Associated with inverted
repeats (Illumina)
 Specific motifs particularly
with older Illumina
chemistry
 Calling variants without
sufficient reads mapping
 Bad mapping (incorrectly
placed read)
 Correctly placed read but
InDels misaligned
 Multi-mapping to
repeat/paralogous regions
 Sequence contamination
e.g. adaptors
 Error in reference
sequence
 Alignment to ends of
contigs in draft assemblies
 Incorrect trimming of
reads, aligning adaptors
 Inclusion of PCR
duplicates
Nick Loman: Sequencing data: I want the truth! (You can’t handle the truth!)
Qual et al. A tale of three next generation sequencing platforms: comparison of Ion Torrent,
Pacific Biosciences and Illumina MiSeq sequencers. BMC Genomics. 2012 Jul
Your Choice of Technologies, Sometimes…
Platform Illumina MiSeq Ion Torrent PGM Ion Torrent Proton PacBio RS Illumina HiSeq 2000
Instrument Cost* $125 K $50 K $150K $695 K $654 K
Sequence yield per
run
1.5-2Gb
20-50 Mb on 314
chip, 100-200 Mb on
316, 1Gb on 318
10Gb on PI, 30GB on
PII (Mid 2013)
100 Mb 600Gb
Sequencing cost per
Gb*
$502 $500 (318 chip) $70 (PI chip) $2000 $41
Run Time 27 hours*** 2 hours 3 hours 2 hours 11 days
Reported Accuracy Mostly > Q30 Mostly Q20 Claimed >Q30 <Q10 Mostly > Q30
Observed Raw Error
Rate
0.80 % 1.71 % Probably ~1% 12.86 % 0.26 %
Read length up to 150 bases ~200 bp 100bp (200bp PII)
Average 1500
bases
up to 150 bases
Paired reads Yes Yes Yes No Yes
Insert size up to 700 bases up to 250 bases up to 250 bases up to 10 kb up to 700 bases
Typical DNA
requirements
50-1000 ng 100-1000 ng 100-1000 ng ~1 μg 50-1000 ng
Applications Targeted Targeted Exomes, RNA-Seq
Assembly,
Validation
Exomes, Genomes,
RNA
Qual et al. A tale of three next generation sequencing platforms: comparison of Ion Torrent,
Pacific Biosciences and Illumina MiSeq sequencers. BMC Genomics. 2012 Jul 29
[Show SNPs/Indels GenomeBrowse]
Agenda
Why You Should Care About Your Upstream?
Service Provider Deliverables: CEPH Trio Example
2
3
4
A Drink from the Bioinformatics Firehose
Background and Definitions1
Applications That Require Special Upstream Analysis5
Agenda
Why You Should Care About Your Upstream?
Service Provider Deliverables: CEPH Trio Example
2
3
4
A Drink from the Bioinformatics Firehose
Background and Definitions1
Applications That Require Special Upstream Analysis5
 File formats
 Popular tools
 QA Filtering
 Visualization
FASTQ
 Contains 3 things per read:
- Sequence identifier (unique)
- Sequence bases [len N]
- Base quality scores [len N]
 Often “gzip” compressed (fq.gz)
 If not demultiplexed, first 4 or 6bp
is the “barcode” index. Used to
split lanes out by sample.
 Filtering may include:
- Removing adapters & primers
- Clip poor quality bases at ends
- Remove flagged low-quality reads
@HWI-ST845:4:1101:16436:2254#0/1
CAAACAGGCATGCGAGGTGCCTTTGGAAAGCCCCAGGGCACTGTGGCCAG
+
Y[SQORPMPYRSNP_][_babBBBBBBBBBBBBBBBBBBBBBBBBBB
SAM/BAM
 Spec defined by samtools author
Heng Li, aka Li H, aka lh3.
 SAM is text version (easy for any
program to output)
 BAM is binary/compressed version
with indexing support
 Alignment in terms of code of
matches, insertions, deletions,
gaps and clipping
 Can have any custom flags set by
analysis program (and many do)
Key Fields
 Chr, position
 Mapping quality
 CIGAR
 Name/position of mate
 Total template length
 Sequence
 Quality
VCF
 Specification defined by the 1000 genomes
group (now v4.1)
 Commonly compressed indexed with
bgzip/tabix (allows for reading directly by a
Genome Browser)
 Contains arbitrary data per “site” (INFO
fields) and per sample
 Single-Sample VCF:
- Contains only the variants for the sample.
 Multi-Sample VCF:
- Whenever one sample has a variant, all samples get
a “genotype” (often “ref”)
 Caveat:
- VCF requires a reference base be specified. Leaving
insertions to be “encoded” 1bp differently than they
are annotated
##fileformat=VCFv4.0
##fileDate=20090805
##source=myImputationProgramV3.1
##reference=1000GenomesPilot-NCBI36
##phasing=partial
##INFO=<ID=NS,Number=1,Type=Integer,Description="Number of Sa
##INFO=<ID=DP,Number=1,Type=Integer,Description="Total Depth"
##INFO=<ID=AF,Number=.,Type=Float,Description="Allele Frequen
##INFO=<ID=AA,Number=1,Type=String,Description="Ancestral All
##INFO=<ID=DB,Number=0,Type=Flag,Description="dbSNP membershi
##INFO=<ID=H2,Number=0,Type=Flag,Description="HapMap2 members
##FILTER=<ID=q10,Description="Quality below 10">
##FILTER=<ID=s50,Description="Less than 50% of samples have d
##FORMAT=<ID=GT,Number=1,Type=String,Description="Genotype">
##FORMAT=<ID=GQ,Number=1,Type=Integer,Description="Genotype Q
##FORMAT=<ID=DP,Number=1,Type=Integer,Description="Read Depth
##FORMAT=<ID=HQ,Number=2,Type=Integer,Description="Haplotype
Aligners
 BWA (also by Li H)
- Most prolifically used for genome alignment
- BWA-SW version geared for long reads (>100bp)
- Supports aligning with insertions/deletions to
reference
 Bowtie (John Hopkins, part of “Tuxedo” suite)
- Very fast, used commonly in RNA-Seq workflows
- Version 1 did not support “gapped” alignments
- Bowtie2 supports local gapped, longer reads
 Novoalign, Eland, SOAP, MAQ,
- Seed and expand strategy
 TopHat, SHRiMP, STAR, Gmap
- Specifically designed for ESTs
 Most improved by paired-end (mate-pairs)
InDel Re-Alignment
 Place, then realign “de Novo”
- Each read aligned independently by
global aligner.
- May have different preference of how to
handle “gaps” to reference.
 Local Re-Aligners for InDels
- Pindel
- GATK
 Important areas still problematic:
- CpG islands
- Promoter and 5′-UTR regions of the
genome
reference CAATC realignment CAATC
read1 CA-TC ----> CA-TC
read2 C-ATC CA-TC
Weixin Wang. Next generation sequencing has lower sequence coverage and poorer SNP-detection
capability in the regulatory regions. Scientific Reports 1, Article number: 55
AUC (area under the curve) comparison for different
genetic regions.
Variant Callers
 Samtools
- “mpileup” command computes BAQ, preforms local realignment
- Many filters can be applied to get high-quality variants
 GATK
- More than just a variant caller, but UnifiedGenotyper is widely used
- Also provides pre-calling tools like local InDel realignment and quality
score recalibration
 Custom tools specific to platform:
- CASAVA includes a variant caller for illumna whole-genome data
- Ion Torrent has a caller that handles InDels better for their tech
Quality Score Recalibration
DePristo (2011) A framework for variation discovery …. Nature Genetics 43(5) 491
BWA+GATK Best Practices Pipeline
Getting to High Confidence Variants
 Hard filters versus heuristic
based statistics
 <10bp considered threshold
for “low coverage”
 Quality score recalibration
Unfiltered Provided RD>10 & GQ>20 Exonic
SNPs 98621 89132 65009 19365
InDels 8141 7800 6503 428
Ts/Tv 2.36 2.45 2.54 3.26
Mendel Errors 234 202 46 3
Gabe
Trio
Ti/Tv
 Ts/Tv ratio can measure true
biological ratio of mutation types
versus sequence error:
- Random seq errors: 2/4 or 0.5
- Genome-wide: ~2.0-2.1
- Exome capture: ~2.5-2.8
- Coding: ~3.0-3.3
 Divergent too far than this
indicates random sequence
errors biasing the number.
DePristo (2011) A framework for variation discovery and genotyping using
next-generation DNA sequencing data. Nature Genetics 43(5) 491
Visualization
 Genome browsers:
- Validate variant calls
- Look at gene annotations,
problematic regions, population
catalogs
- Compare samples where no
variant called
 Free Genome Browsers:
- IGV
- Popular desktop by Broad
- UCSC
- Web-based, most extensive
annotations
- GenomeBrowse
- Designed to be publication ready
- Smooth zoom and navigation
Updates in Software Can Introduce Bugs
 Found 8K phantom variants in my
“final” 23AndMe exome
[My 23andMe “Buggy” Variant and Interpretation Example]
Agenda
Why You Should Care About Your Upstream?
Service Provider Deliverables: CEPH Trio Example
2
3
4
A Drink from the Bioinformatics Firehose
Background and Definitions1
Applications That Require Special Upstream Analysis5
Recent Blog Post
http://blog.goldenhelix.com/?p=1725
The State of NGS Variant Calling: Don’t Panic!!
From which sequencing provider(s) do
you receive your upstream data from?
POLL:
Complete Genomics
 Different:
- Sequencing technology
- Alignment/variant calling algorithms
- File formats
 But high quality:
- MNPs, Indels
- CNV/SV calls
 Whole genome only
 Also provide tumor/normal pair
analysis
 Being acquired by BGI, some
question their sustainability
Complete Genomics Deliverables
 Summary statistics
 “var” and “masterVar” files
- Can be converted to VCF
- Some tools (like SVS) can import them
directly
 Evidence files
- Can be converted to BAM
 CNV, SV calls in text files
- CNV: Chr1:85980000-86006000 2.06 4x
gain, covers DDAH1
- SV: Chr21:27374158-27374699 common
inversion
Illumina Genome Network
 Standardized sequencing and
analysis, but multiple labs may be
contracted service provider.
 30x whole genomes
- SNPs, InDels, CNVs, SVs
- Concordance with SNP array (provided)
- Summary report
 Illumina provided tools used
- CASAVA toolkit with ELAND aligner
 Also provide Tumor/Normal pair
- Somatic SNVs and InDels identified by
looking at the tumor/normal together
Your Local Core Lab – Or 23andMe Exome Pilot!
 Research core labs often use a
BWA+GATK pipeline
- Especially for exomes
 Deliverables:
- VCF with SNVs, InDels
- BAM
 Tools for CNV/SV calling less
standardized
- Not commonly attempted with exomes
CEPH Trio
 The “benchmark” trio.
- Child, female NA12878 may be the most sequenced cell line
- Father NA12891 and Mother NA12892
 Whole Genome Data for Trio
- CGI with v2 pipeline
- IGN WGS at 30x, 100bp PE
- “Core Lab” BWA + GATK Best Practices on 100bp PE
 Concordance and Comparisons
- Lets interactively review examples where these three service providers differ and how.
Total Imported Variants
Genotype Quality
Genotype Quality
Read Depth
SNV Concordance Rate
InDel Concordance Rate
De Novo Mutations in Trio
GQ and DP of Shared de Novo Mutations
[deNovo and SV/CNV of NA12878 trio]
Agenda
Why You Should Care About Your Upstream?
Service Provider Deliverables: CEPH Trio Example
2
3
4
A Drink from the Bioinformatics Firehose
Background and Definitions1
Applications That Require Special Upstream
Analysis
5
Applications That Require Special Upstream Analysis
 MHC Region
 Somatic Variant Calling
 RNA-Seq
 Alu and other repeats
 Phased variants and complex MNP
 Moving to a new reference genome
Somatic Sniper and Friends
 Complete Genomics and IGN provide secondary alignment
specific to tumor/normal pairs.
 Do variant calling with on BAMs on pair in conjunction
 SomaticSniper approach:
 Covered by at least 3 reads
 Consensus quality of at least 20
 Called a SNP in the tumor sample with SNP quality of at least 20
 Maximum mapping quality of at least 40
 No high-quality predicted indel within 10 bp
 No more than 2 other SNVs called within 10 bp
 Not in dbSNP (non-cancer dbSNP)
 LOH filter (germline is het and tumor is homozygous)
What’s Next?
Download
www.goldenhelix.com
The Analysis and
Interpretation of My DTC
23andMe Exome
blog.goldenhelix.com
Killer App
Assembly and Alignment
Short Courses
Questions?
Use the Questions pane in
your GoToWebinar window

More Related Content

PPTX
Next generation sequencing
PDF
Introduction to Next-Generation Sequencing (NGS) Technology
PPTX
Gene Expression Omnibus (GEO)
PDF
Basic Aspects of Microarray Technology and Data Analysis (UEB-UAT Bioinformat...
PPT
NGS - QC & Dataformat
PPTX
Introduction to second generation sequencing
PPTX
Next Gen Sequencing (NGS) Technology Overview
PDF
Overview of Next Gen Sequencing Data Analysis
Next generation sequencing
Introduction to Next-Generation Sequencing (NGS) Technology
Gene Expression Omnibus (GEO)
Basic Aspects of Microarray Technology and Data Analysis (UEB-UAT Bioinformat...
NGS - QC & Dataformat
Introduction to second generation sequencing
Next Gen Sequencing (NGS) Technology Overview
Overview of Next Gen Sequencing Data Analysis

What's hot (20)

PPTX
Genome sequencing
PDF
Introduction to Galaxy and RNA-Seq
PDF
NGS data analysis Overview
PDF
Introduction to NGS Variant Calling Analysis (UEB-UAT Bioinformatics Course -...
PPTX
Introduction to Next Generation Sequencing
PPTX
Ngs introduction
PPTX
Next generation sequencing methods (final edit)
PDF
Next generation sequencing
PPTX
Ion Torrent Sequencing
PPTX
Third Generation Sequencing
PPTX
RNA-seq: A High-resolution View of the Transcriptome
PDF
Next Generation Sequencing methods
PPTX
Next generation sequencing technologies for crop improvement
PPTX
NGS data formats and analyses
PPTX
Genomics(functional genomics)
PPTX
Molecular markers: Outlook
PPTX
Intro to illumina sequencing
PPTX
Microbial sequencing
PPTX
Illumina infinium sequencing
PPTX
Transcriptome analysis
Genome sequencing
Introduction to Galaxy and RNA-Seq
NGS data analysis Overview
Introduction to NGS Variant Calling Analysis (UEB-UAT Bioinformatics Course -...
Introduction to Next Generation Sequencing
Ngs introduction
Next generation sequencing methods (final edit)
Next generation sequencing
Ion Torrent Sequencing
Third Generation Sequencing
RNA-seq: A High-resolution View of the Transcriptome
Next Generation Sequencing methods
Next generation sequencing technologies for crop improvement
NGS data formats and analyses
Genomics(functional genomics)
Molecular markers: Outlook
Intro to illumina sequencing
Microbial sequencing
Illumina infinium sequencing
Transcriptome analysis
Ad

Viewers also liked (20)

PDF
NGS Applications I (UEB-UAT Bioinformatics Course - Session 2.1.2 - VHIR, Bar...
PPTX
NGx Sequencing 101-platforms
PPTX
Next-generation sequencing from 2005 to 2020
PPTX
A Comparison of NGS Platforms.
PDF
Introduction to next generation sequencing
PDF
NGS - Basic principles and sequencing platforms
PPTX
Practical Guide to the $1000 Genome (2014)
PDF
Illumina GAIIx for high throughput sequencing
PDF
The Application of Next Generation Sequencing (NGS) in cancer treatment
PDF
Curso de Genómica - UAT (VHIR) 2012 - Análisis de datos de NGS
PDF
Ngs intro_v6_public
PPT
20160219 - S. De Toffol - Dal Sanger al NGS nello studio delle mutazioni BRCA
PDF
Ernesto Picardi – Bioinformatica e genomica comparata: nuove strategie sperim...
PDF
Next-Generation Sequencing an Intro to Tech and Applications: NGS Tech Overvi...
PPTX
Global Next Generation Sequencing (NGS) Industry By Market Size & Forecast to...
PPTX
Operating Systems - File Management
PDF
The Ultimate Guide to Creating Visually Appealing Content
PDF
Masters of SlideShare
PDF
Halal logistics in malaysia and 5 continents
PPTX
Les 5 forces de porter - comprendre l'outil
NGS Applications I (UEB-UAT Bioinformatics Course - Session 2.1.2 - VHIR, Bar...
NGx Sequencing 101-platforms
Next-generation sequencing from 2005 to 2020
A Comparison of NGS Platforms.
Introduction to next generation sequencing
NGS - Basic principles and sequencing platforms
Practical Guide to the $1000 Genome (2014)
Illumina GAIIx for high throughput sequencing
The Application of Next Generation Sequencing (NGS) in cancer treatment
Curso de Genómica - UAT (VHIR) 2012 - Análisis de datos de NGS
Ngs intro_v6_public
20160219 - S. De Toffol - Dal Sanger al NGS nello studio delle mutazioni BRCA
Ernesto Picardi – Bioinformatica e genomica comparata: nuove strategie sperim...
Next-Generation Sequencing an Intro to Tech and Applications: NGS Tech Overvi...
Global Next Generation Sequencing (NGS) Industry By Market Size & Forecast to...
Operating Systems - File Management
The Ultimate Guide to Creating Visually Appealing Content
Masters of SlideShare
Halal logistics in malaysia and 5 continents
Les 5 forces de porter - comprendre l'outil
Ad

Similar to Knowing Your NGS Upstream: Alignment and Variants (20)

PPTX
Under the Hood of Alignment Algorithms for NGS Researchers
PPTX
Exploring DNA/RNA-Seq Analysis Results with Golden Helix GenomeBrowse and SVS
PDF
Using VarSeq to Improve Variant Analysis Research Workflows
PDF
Using VarSeq to Improve Variant Analysis Research Workflows
PPTX
Dgaston dec-06-2012
POT
RNA-seq quality control and pre-processing
PDF
RNASeq Experiment Design
PDF
Beagle Imputation in SVS
PDF
BEAGLE Imputation in SVS for Human & Animal SNP Data
PPTX
ECCMID 2015 - So I have sequenced my genome ... what now?
PDF
Introduction to Apollo for i5k
PPTX
CS Guest Lecture 2015 10-05 advanced databases
PDF
RNA-seq Analysis
PPTX
Genome in a bottle for amp GeT-RM 181030
PPTX
Galaxy dna-seq-variant calling-presentationandpractical_gent_april-2016
PPT
20100516 bioinformatics kapushesky_lecture08
PPTX
RNA-Seq_Presentation
PPTX
Eccmid meet the-expert
PPTX
CS Lecture 2017 04-11 from Data to Precision Medicine
PPTX
Rare Variant Analysis Workflows: Analyzing NGS Data in Large Cohorts
Under the Hood of Alignment Algorithms for NGS Researchers
Exploring DNA/RNA-Seq Analysis Results with Golden Helix GenomeBrowse and SVS
Using VarSeq to Improve Variant Analysis Research Workflows
Using VarSeq to Improve Variant Analysis Research Workflows
Dgaston dec-06-2012
RNA-seq quality control and pre-processing
RNASeq Experiment Design
Beagle Imputation in SVS
BEAGLE Imputation in SVS for Human & Animal SNP Data
ECCMID 2015 - So I have sequenced my genome ... what now?
Introduction to Apollo for i5k
CS Guest Lecture 2015 10-05 advanced databases
RNA-seq Analysis
Genome in a bottle for amp GeT-RM 181030
Galaxy dna-seq-variant calling-presentationandpractical_gent_april-2016
20100516 bioinformatics kapushesky_lecture08
RNA-Seq_Presentation
Eccmid meet the-expert
CS Lecture 2017 04-11 from Data to Precision Medicine
Rare Variant Analysis Workflows: Analyzing NGS Data in Large Cohorts

More from Golden Helix Inc (20)

PDF
Pharmacological Induction of FoxO3 is a Potential Treatment for Sickle Cell D...
PDF
Uncovering novel candidate genes for pyridoxine-responsive epilepsy in a cons...
PDF
Authoring Clinical Reports in VarSeq
PDF
SETBP1 as a novel candidate gene for neurodevelopmental disorders of speech a...
PDF
Two Clinical Workflows - From Unfiltered Variants to a Clinical Report
PDF
The Molecular Sciences Made Personal
PDF
Prediction and Meta-Analysis
PDF
A Walk Through GWAS
PDF
Introducing VSWarehouse - A Scalable Genetic Data Warehouse for VarSeq
PDF
MM-KBAC – Using Mixed Models to Adjust for Population Structure in a Rare-var...
PDF
Cancer Workflows in VarSeq
PDF
Getting Started with VSWarehouse - The User Experience
PDF
Pharmacogenomic Prediction of Antracycline-induced Cardiotoxicity
PDF
Custom Family Workflows
PDF
Using WES in Distant Relationships to Identify Cardiomyopathy Genes
PDF
Using Clinical Reports as a part of a Gene Panel Pipeline
PDF
Investigating Shared Additive Genetic Variation for Alcohol Dependence
PDF
Personalized Medicine through Tumor Sequencing
PDF
Big Data at Golden Helix: Scaling to Meet the Demand of Clinical and Research...
PDF
CNV Analysis in VarSeq
Pharmacological Induction of FoxO3 is a Potential Treatment for Sickle Cell D...
Uncovering novel candidate genes for pyridoxine-responsive epilepsy in a cons...
Authoring Clinical Reports in VarSeq
SETBP1 as a novel candidate gene for neurodevelopmental disorders of speech a...
Two Clinical Workflows - From Unfiltered Variants to a Clinical Report
The Molecular Sciences Made Personal
Prediction and Meta-Analysis
A Walk Through GWAS
Introducing VSWarehouse - A Scalable Genetic Data Warehouse for VarSeq
MM-KBAC – Using Mixed Models to Adjust for Population Structure in a Rare-var...
Cancer Workflows in VarSeq
Getting Started with VSWarehouse - The User Experience
Pharmacogenomic Prediction of Antracycline-induced Cardiotoxicity
Custom Family Workflows
Using WES in Distant Relationships to Identify Cardiomyopathy Genes
Using Clinical Reports as a part of a Gene Panel Pipeline
Investigating Shared Additive Genetic Variation for Alcohol Dependence
Personalized Medicine through Tumor Sequencing
Big Data at Golden Helix: Scaling to Meet the Demand of Clinical and Research...
CNV Analysis in VarSeq

Recently uploaded (20)

PDF
ELS_Q1_Module-11_Formation-of-Rock-Layers_v2.pdf
PDF
Unveiling a 36 billion solar mass black hole at the centre of the Cosmic Hors...
PDF
IFIT3 RNA-binding activity primores influenza A viruz infection and translati...
PDF
. Radiology Case Scenariosssssssssssssss
PPTX
Derivatives of integument scales, beaks, horns,.pptx
PPTX
microscope-Lecturecjchchchchcuvuvhc.pptx
PPTX
2Systematics of Living Organisms t-.pptx
PPTX
DRUG THERAPY FOR SHOCK gjjjgfhhhhh.pptx.
PDF
CAPERS-LRD-z9:AGas-enshroudedLittleRedDotHostingaBroad-lineActive GalacticNuc...
PPTX
famous lake in india and its disturibution and importance
PPTX
ECG_Course_Presentation د.محمد صقران ppt
PDF
Biophysics 2.pdffffffffffffffffffffffffff
PPTX
INTRODUCTION TO EVS | Concept of sustainability
PPT
POSITIONING IN OPERATION THEATRE ROOM.ppt
PDF
The scientific heritage No 166 (166) (2025)
PDF
Placing the Near-Earth Object Impact Probability in Context
PPTX
Classification Systems_TAXONOMY_SCIENCE8.pptx
PDF
Phytochemical Investigation of Miliusa longipes.pdf
PPTX
neck nodes and dissection types and lymph nodes levels
PPTX
BIOMOLECULES PPT........................
ELS_Q1_Module-11_Formation-of-Rock-Layers_v2.pdf
Unveiling a 36 billion solar mass black hole at the centre of the Cosmic Hors...
IFIT3 RNA-binding activity primores influenza A viruz infection and translati...
. Radiology Case Scenariosssssssssssssss
Derivatives of integument scales, beaks, horns,.pptx
microscope-Lecturecjchchchchcuvuvhc.pptx
2Systematics of Living Organisms t-.pptx
DRUG THERAPY FOR SHOCK gjjjgfhhhhh.pptx.
CAPERS-LRD-z9:AGas-enshroudedLittleRedDotHostingaBroad-lineActive GalacticNuc...
famous lake in india and its disturibution and importance
ECG_Course_Presentation د.محمد صقران ppt
Biophysics 2.pdffffffffffffffffffffffffff
INTRODUCTION TO EVS | Concept of sustainability
POSITIONING IN OPERATION THEATRE ROOM.ppt
The scientific heritage No 166 (166) (2025)
Placing the Near-Earth Object Impact Probability in Context
Classification Systems_TAXONOMY_SCIENCE8.pptx
Phytochemical Investigation of Miliusa longipes.pdf
neck nodes and dissection types and lymph nodes levels
BIOMOLECULES PPT........................

Knowing Your NGS Upstream: Alignment and Variants

  • 1. Knowing Your NGS Upstream: Alignment and Variants March 27, 2013 Gabe Rudy, Vice President of Product Development
  • 2. Use the Questions pane in your GoToWebinar window Questions during the presentation
  • 3. Goals  What I Assume About You - Some experience with NGS technology - Not a command line bioinformatician by day; not afraid of technical terms  What You Will Learn - A healthy skepticism when looking at NGS data - What to expect/not expect from core labs or upstream sequencing service providers - Reading pile-ups in a genome browser and spotting high quality vs sketchy variants  What You Won’t Learn - Interpreting biological significance of variants - One true way to do secondary analysis I won’t do this… hopefully!
  • 4. My Background  Golden Helix - Founded in 1998 - Genetic association software - Analytic services - Hundreds of users worldwide - Over 700 customer citations in scientific journals  Products I Build with My Team - SNP & Variation Suite (SVS) - SNP, CNV, NGS tertiary analysis - Import and deal with all flavors of upstream data - GenomeBrowse - Visualization of everything with genomic coordinates. All standardized file formats. - RNA-Seq Pipeline - Expression profiling bioinformatics
  • 5. Agenda Why You Should Care About Your Upstream? Service Provider Deliverables: CEPH Trio Example 2 3 4 A Drink from the Bioinformatics Firehose Background and Definitions1 Applications That Require Special Upstream Analysis5
  • 6. Agenda Why You Should Care About Your Upstream? Service Provider Deliverables: CEPH Trio Example 2 3 4 A Drink from the Bioinformatics Firehose Background and Definitions1 Applications That Require Special Upstream Analysis5
  • 7. NGS Analysis Primary Analysis Secondary Analysis Tertiary Analysis “Sense Making”  Analysis of hardware generated data, on-machine real-time stats.  Production of sequence reads and quality scores  QA and clipping/filtering reads  Alignment/Assembly of reads  Recalibrating, de-duplication, variant calling on aligned reads  QA and filtering of variant calls  Annotation and filtering of variants  Multi-sample integration  Visualization of variants in genomic context  Experiment-specific inheritance/population analysis
  • 8. Primary Analysis: I’d like some AGCT’s please  Standardized on producing FASTQ - AGCT or N - Quality scores - Pair of files for paired end  Happens on machine for desktop sequencers - Ion Torrent processing microwell detectors - MiSeq doing optic processing of flowcell - PacBio processing optics of ZMW  HiSeq 2000/2500 - Requires off-machine base-calling - Can “call bases” with Illumina software on raw data collected tile by tile
  • 9. Assembly vs Alignment  De Novo Genome Assembly - Very difficult for large genomes to get to “finished” genome quality (traditionally done with Sanger). - Short reads will get you to contigs sizes of ~10-100Kb range. - Need long reads (PacBio) or restriction maps optical mapping (OpGen) to make chromosomal sized contigs  Alignment - Aligning to finished (or draft) genomes that is considered “reference” - Allows for some differences, but not too many between your reads and the reference
  • 10. The Human Reference Sequence  Genome Reference Consortium (GRCh37) - Feb 2009, previous was NCBI36 March 2006 - 9 alt loci and 187 patches (11 patch releases)  Supercontigs: Large unplaced contigs - Some localized to chr level and some unknown  Does not include a Mitochondrial reference - UCSC hg19 includes older NCBI 36 MT - 1000 genomes project using revised Cambridge Reference Sequence (rCRS) - Provide “g1k” reference: includes rCRS, Human herpesvirus 4 type 1, supercontigs and “decoy” sequence  v38 genome coming this summer: - Incorporate all patches into the reference - Some allele fixes to have reference match major
  • 11. Example Patch  The tiling path in GRCh37 switched in the middle of ABO gene resulting in a reference protein not present in humans.  Patch adjusts tile path and fixes the problem.  All patches will be incorporated into GRCh38, due this summer. Until then, all alignment is done against unpatched reference.
  • 12. Single Nucleotide Variants (i.e. SNVs or SNPs)  Single base substitution from reference  Note that “reference” is not always the “major” allele  “Multi-allelic” sites have more than 2 cataloged alleles Gholson Lyon, 2012
  • 13. Small Insertions/Deletions  Generally defined as being < 150bp (often much shorter)  Frameshift insertions/deletions important “loss of function” class of variants - Although InDels divisible by three are “in-frame” when in coding region  Hard to call consistently. Poor concordance between algorithms.  Where to call an InDel in a homopolymer? - GTTTAC - GTTTTAC - 01234567 - How do you describe the insertion? Ins of T at 5? Or ins of T at 1? - CGI in their v1 pipeline preferred calling insertion at end, others at beginning, now always at beginning  MNP – Can also be called differently
  • 14. Copy Number Variants  Required WGS - CNVs > 10kb pretty accurate. - 1kb to 10kb problematic.  Detecting Deletions - Can see coverage drop to near zero - Harder to pinpoint breakpoint - Possible false positives in low- mappability regions  Amplifications - Can see coverage jump - False positives due sample prep or sequence artifacts  Need “baseline,” look at Log Ratio - Somatic detection uses normal tissues - Can have control population Venter vs Watson WGS CNV-seq 64kbp gain in DDAH1 Gene of NA12878
  • 15. Structural Variants  Looking for: - Balanced rearrangements - Inversions - Translocations - Complex  Signals to detect SV: - Paired-end mappings too big (deletion) - Depth of coverage - Split-read mapping  Translocations can result in “fusion” genes. - For example BCR-ABL fusion gene central in pathogenesis certain leukemias.
  • 16. Example 1kb Inversion (intron of APP)
  • 17. Tertiary Analysis – “Sense Making”  Detecting Known Clinically Relevant Variants - Use targeted gene panels. Amplicons or custom capture. - Look for carrier status or present of pathogenic or PGx variants  Rare, Functional Variant Search and Interpretation - Rare Mendelian Diseases - Clinical Diagnostic: Ending Diagnostic Odyssey - Looking for rare variants of functional consequence to a known phenotype - Exome sequencing common, but whole genome has proponents - Trios often used for looking at inheritance of putative variants (compound hets)  Population Studies - Like NHLBI or others studying complex disease - Often looking at “variant burden” over genes between cases/controls  Driver Somatic Variant Identification - Looking for variants in tumor samples but not matched normal - Not just SNPs and InDels, but CNVs and SVs
  • 18. Not just DNA… but still DNA sequencing  RNA-Seq - Align to “transcriptome”, but often do analysis with reference genome coordinates and reads “gapped” over introns they span in their spliced form - Using read counts to approximate relative abundance of RNA in sample - Compare relative abundance between groups - Discover new transcribed genes or alternative splicing  ChIP-Seq - Measure sites and intensities of various proteins binding to DNA - ENCODE project used to catalog TFBS and other functional elements  Methyl-Seq - Get sequences only with epigenetic methylation mark - Run peak identification and intensity to look at relative levels of methylation
  • 19. Agenda Why You Should Care About Your Upstream? Service Provider Deliverables: CEPH Trio Example 2 3 4 A Drink from the Bioinformatics Firehose Background and Definitions1 Applications That Require Special Upstream Analysis5
  • 20. The Promise  Both in research and clinical care, NGS is powering discoveries making impactful diagnoses  Desktop sequencers and gene panels much more economical than gene-by-gene hunts  Exomes have lead to many rare disease diagnoses and affordably assay rare functional variants  Whole genomes have led to clinical success stories and promise to be instrumental to our understanding of complex disease genetics  Barrier to entry is lower than ever
  • 21. Things That Can Confound Your Experiment Library preparation errors Sequencing errors Analysis errors  PCR amplification point mutations (e.g. TruSeq protocol, amplicons)  Emultion PCR amplification point mutations (454, Ion Torrent and SOLiD)  Bridge amplification errors (Illumina)  Chimera generation (particularly during amplicon protocols)  Sample contamination  Amplification errors associated with high or low GC content  PCR duplicates  Base miscalls due to low signal  InDel errors (particular PacBio)  Short homopolymer associated InDels (Ion Torrent PGM)  Post-homopolymeric tract SNPs (Illumina) and/or read-through problems  Associated with inverted repeats (Illumina)  Specific motifs particularly with older Illumina chemistry  Calling variants without sufficient reads mapping  Bad mapping (incorrectly placed read)  Correctly placed read but InDels misaligned  Multi-mapping to repeat/paralogous regions  Sequence contamination e.g. adaptors  Error in reference sequence  Alignment to ends of contigs in draft assemblies  Incorrect trimming of reads, aligning adaptors  Inclusion of PCR duplicates Nick Loman: Sequencing data: I want the truth! (You can’t handle the truth!) Qual et al. A tale of three next generation sequencing platforms: comparison of Ion Torrent, Pacific Biosciences and Illumina MiSeq sequencers. BMC Genomics. 2012 Jul
  • 22. Your Choice of Technologies, Sometimes… Platform Illumina MiSeq Ion Torrent PGM Ion Torrent Proton PacBio RS Illumina HiSeq 2000 Instrument Cost* $125 K $50 K $150K $695 K $654 K Sequence yield per run 1.5-2Gb 20-50 Mb on 314 chip, 100-200 Mb on 316, 1Gb on 318 10Gb on PI, 30GB on PII (Mid 2013) 100 Mb 600Gb Sequencing cost per Gb* $502 $500 (318 chip) $70 (PI chip) $2000 $41 Run Time 27 hours*** 2 hours 3 hours 2 hours 11 days Reported Accuracy Mostly > Q30 Mostly Q20 Claimed >Q30 <Q10 Mostly > Q30 Observed Raw Error Rate 0.80 % 1.71 % Probably ~1% 12.86 % 0.26 % Read length up to 150 bases ~200 bp 100bp (200bp PII) Average 1500 bases up to 150 bases Paired reads Yes Yes Yes No Yes Insert size up to 700 bases up to 250 bases up to 250 bases up to 10 kb up to 700 bases Typical DNA requirements 50-1000 ng 100-1000 ng 100-1000 ng ~1 μg 50-1000 ng Applications Targeted Targeted Exomes, RNA-Seq Assembly, Validation Exomes, Genomes, RNA Qual et al. A tale of three next generation sequencing platforms: comparison of Ion Torrent, Pacific Biosciences and Illumina MiSeq sequencers. BMC Genomics. 2012 Jul 29
  • 24. Agenda Why You Should Care About Your Upstream? Service Provider Deliverables: CEPH Trio Example 2 3 4 A Drink from the Bioinformatics Firehose Background and Definitions1 Applications That Require Special Upstream Analysis5
  • 25. Agenda Why You Should Care About Your Upstream? Service Provider Deliverables: CEPH Trio Example 2 3 4 A Drink from the Bioinformatics Firehose Background and Definitions1 Applications That Require Special Upstream Analysis5  File formats  Popular tools  QA Filtering  Visualization
  • 26. FASTQ  Contains 3 things per read: - Sequence identifier (unique) - Sequence bases [len N] - Base quality scores [len N]  Often “gzip” compressed (fq.gz)  If not demultiplexed, first 4 or 6bp is the “barcode” index. Used to split lanes out by sample.  Filtering may include: - Removing adapters & primers - Clip poor quality bases at ends - Remove flagged low-quality reads @HWI-ST845:4:1101:16436:2254#0/1 CAAACAGGCATGCGAGGTGCCTTTGGAAAGCCCCAGGGCACTGTGGCCAG + Y[SQORPMPYRSNP_][_babBBBBBBBBBBBBBBBBBBBBBBBBBB
  • 27. SAM/BAM  Spec defined by samtools author Heng Li, aka Li H, aka lh3.  SAM is text version (easy for any program to output)  BAM is binary/compressed version with indexing support  Alignment in terms of code of matches, insertions, deletions, gaps and clipping  Can have any custom flags set by analysis program (and many do) Key Fields  Chr, position  Mapping quality  CIGAR  Name/position of mate  Total template length  Sequence  Quality
  • 28. VCF  Specification defined by the 1000 genomes group (now v4.1)  Commonly compressed indexed with bgzip/tabix (allows for reading directly by a Genome Browser)  Contains arbitrary data per “site” (INFO fields) and per sample  Single-Sample VCF: - Contains only the variants for the sample.  Multi-Sample VCF: - Whenever one sample has a variant, all samples get a “genotype” (often “ref”)  Caveat: - VCF requires a reference base be specified. Leaving insertions to be “encoded” 1bp differently than they are annotated ##fileformat=VCFv4.0 ##fileDate=20090805 ##source=myImputationProgramV3.1 ##reference=1000GenomesPilot-NCBI36 ##phasing=partial ##INFO=<ID=NS,Number=1,Type=Integer,Description="Number of Sa ##INFO=<ID=DP,Number=1,Type=Integer,Description="Total Depth" ##INFO=<ID=AF,Number=.,Type=Float,Description="Allele Frequen ##INFO=<ID=AA,Number=1,Type=String,Description="Ancestral All ##INFO=<ID=DB,Number=0,Type=Flag,Description="dbSNP membershi ##INFO=<ID=H2,Number=0,Type=Flag,Description="HapMap2 members ##FILTER=<ID=q10,Description="Quality below 10"> ##FILTER=<ID=s50,Description="Less than 50% of samples have d ##FORMAT=<ID=GT,Number=1,Type=String,Description="Genotype"> ##FORMAT=<ID=GQ,Number=1,Type=Integer,Description="Genotype Q ##FORMAT=<ID=DP,Number=1,Type=Integer,Description="Read Depth ##FORMAT=<ID=HQ,Number=2,Type=Integer,Description="Haplotype
  • 29. Aligners  BWA (also by Li H) - Most prolifically used for genome alignment - BWA-SW version geared for long reads (>100bp) - Supports aligning with insertions/deletions to reference  Bowtie (John Hopkins, part of “Tuxedo” suite) - Very fast, used commonly in RNA-Seq workflows - Version 1 did not support “gapped” alignments - Bowtie2 supports local gapped, longer reads  Novoalign, Eland, SOAP, MAQ, - Seed and expand strategy  TopHat, SHRiMP, STAR, Gmap - Specifically designed for ESTs  Most improved by paired-end (mate-pairs)
  • 30. InDel Re-Alignment  Place, then realign “de Novo” - Each read aligned independently by global aligner. - May have different preference of how to handle “gaps” to reference.  Local Re-Aligners for InDels - Pindel - GATK  Important areas still problematic: - CpG islands - Promoter and 5′-UTR regions of the genome reference CAATC realignment CAATC read1 CA-TC ----> CA-TC read2 C-ATC CA-TC Weixin Wang. Next generation sequencing has lower sequence coverage and poorer SNP-detection capability in the regulatory regions. Scientific Reports 1, Article number: 55 AUC (area under the curve) comparison for different genetic regions.
  • 31. Variant Callers  Samtools - “mpileup” command computes BAQ, preforms local realignment - Many filters can be applied to get high-quality variants  GATK - More than just a variant caller, but UnifiedGenotyper is widely used - Also provides pre-calling tools like local InDel realignment and quality score recalibration  Custom tools specific to platform: - CASAVA includes a variant caller for illumna whole-genome data - Ion Torrent has a caller that handles InDels better for their tech
  • 32. Quality Score Recalibration DePristo (2011) A framework for variation discovery …. Nature Genetics 43(5) 491
  • 34. Getting to High Confidence Variants  Hard filters versus heuristic based statistics  <10bp considered threshold for “low coverage”  Quality score recalibration Unfiltered Provided RD>10 & GQ>20 Exonic SNPs 98621 89132 65009 19365 InDels 8141 7800 6503 428 Ts/Tv 2.36 2.45 2.54 3.26 Mendel Errors 234 202 46 3 Gabe Trio
  • 35. Ti/Tv  Ts/Tv ratio can measure true biological ratio of mutation types versus sequence error: - Random seq errors: 2/4 or 0.5 - Genome-wide: ~2.0-2.1 - Exome capture: ~2.5-2.8 - Coding: ~3.0-3.3  Divergent too far than this indicates random sequence errors biasing the number. DePristo (2011) A framework for variation discovery and genotyping using next-generation DNA sequencing data. Nature Genetics 43(5) 491
  • 36. Visualization  Genome browsers: - Validate variant calls - Look at gene annotations, problematic regions, population catalogs - Compare samples where no variant called  Free Genome Browsers: - IGV - Popular desktop by Broad - UCSC - Web-based, most extensive annotations - GenomeBrowse - Designed to be publication ready - Smooth zoom and navigation
  • 37. Updates in Software Can Introduce Bugs  Found 8K phantom variants in my “final” 23AndMe exome
  • 38. [My 23andMe “Buggy” Variant and Interpretation Example]
  • 39. Agenda Why You Should Care About Your Upstream? Service Provider Deliverables: CEPH Trio Example 2 3 4 A Drink from the Bioinformatics Firehose Background and Definitions1 Applications That Require Special Upstream Analysis5
  • 40. Recent Blog Post http://blog.goldenhelix.com/?p=1725 The State of NGS Variant Calling: Don’t Panic!!
  • 41. From which sequencing provider(s) do you receive your upstream data from? POLL:
  • 42. Complete Genomics  Different: - Sequencing technology - Alignment/variant calling algorithms - File formats  But high quality: - MNPs, Indels - CNV/SV calls  Whole genome only  Also provide tumor/normal pair analysis  Being acquired by BGI, some question their sustainability
  • 43. Complete Genomics Deliverables  Summary statistics  “var” and “masterVar” files - Can be converted to VCF - Some tools (like SVS) can import them directly  Evidence files - Can be converted to BAM  CNV, SV calls in text files - CNV: Chr1:85980000-86006000 2.06 4x gain, covers DDAH1 - SV: Chr21:27374158-27374699 common inversion
  • 44. Illumina Genome Network  Standardized sequencing and analysis, but multiple labs may be contracted service provider.  30x whole genomes - SNPs, InDels, CNVs, SVs - Concordance with SNP array (provided) - Summary report  Illumina provided tools used - CASAVA toolkit with ELAND aligner  Also provide Tumor/Normal pair - Somatic SNVs and InDels identified by looking at the tumor/normal together
  • 45. Your Local Core Lab – Or 23andMe Exome Pilot!  Research core labs often use a BWA+GATK pipeline - Especially for exomes  Deliverables: - VCF with SNVs, InDels - BAM  Tools for CNV/SV calling less standardized - Not commonly attempted with exomes
  • 46. CEPH Trio  The “benchmark” trio. - Child, female NA12878 may be the most sequenced cell line - Father NA12891 and Mother NA12892  Whole Genome Data for Trio - CGI with v2 pipeline - IGN WGS at 30x, 100bp PE - “Core Lab” BWA + GATK Best Practices on 100bp PE  Concordance and Comparisons - Lets interactively review examples where these three service providers differ and how.
  • 53. De Novo Mutations in Trio
  • 54. GQ and DP of Shared de Novo Mutations
  • 55. [deNovo and SV/CNV of NA12878 trio]
  • 56. Agenda Why You Should Care About Your Upstream? Service Provider Deliverables: CEPH Trio Example 2 3 4 A Drink from the Bioinformatics Firehose Background and Definitions1 Applications That Require Special Upstream Analysis 5
  • 57. Applications That Require Special Upstream Analysis  MHC Region  Somatic Variant Calling  RNA-Seq  Alu and other repeats  Phased variants and complex MNP  Moving to a new reference genome
  • 58. Somatic Sniper and Friends  Complete Genomics and IGN provide secondary alignment specific to tumor/normal pairs.  Do variant calling with on BAMs on pair in conjunction  SomaticSniper approach:  Covered by at least 3 reads  Consensus quality of at least 20  Called a SNP in the tumor sample with SNP quality of at least 20  Maximum mapping quality of at least 40  No high-quality predicted indel within 10 bp  No more than 2 other SNVs called within 10 bp  Not in dbSNP (non-cancer dbSNP)  LOH filter (germline is het and tumor is homozygous)
  • 59. What’s Next? Download www.goldenhelix.com The Analysis and Interpretation of My DTC 23andMe Exome blog.goldenhelix.com Killer App Assembly and Alignment Short Courses
  • 60. Questions? Use the Questions pane in your GoToWebinar window