Is it okay to map reads from WES designed for GRCh37 to GRCh38?
Suppose I have WES reads (in fastq format), and the capture regions are based on GRCh37 coordinate. Can I map the WES reads using bwa to GRCh38 coordinate? If not, what problems would arise?
exome
whole
sequencing
• 1,079 views
•
link
updated
by
Pierre Lindenbaum
•
written
by
samuelandjw •
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
Can I Use SureSelect v7 on Exome Data Captured with SureSelect v6?
written by George •I'm currently working on a variant calling pipeline for some Whole Exome Sequencing (WES) data, and I've encountered a bit of a dilemma. The exome …
-
Should we trust genotypes called in simple tandem repeat regions?
written by samuelandjw •Hello. I am searching genomes (WGS) or exomes (WES) of patients with rare diseases for potential disease-causing variants. The accuracy of each genotype for each …
-
VCF from GRCH37 to GRCH38: how to manage reference differences
written by jpuntomarcos •Imagine you have a VCF with variants annotated for the GRCH37 assembly. Then, you want to convert these variants to the GRCH38 genome. Of course, …
-
GATK site filtering: when should I use VQSR or hard filtering?
written by samuelandjw •I'm always unsure whether to use VQSR or hard filtering when I do site filtering after joint-calling using GATK. One reasonable criterion I can think …
-
Novel regions in GRCh38 compared to GRCh37
written by sf21 •I am looking for regions in GRCh38 that are novel compared to GRCh37. One way to do it would be to parse through the hg38ToHg19 …
-
BWA mapping parameters for DNA capture sequencing protocol
written by graeme.thornI want to map samples (70bp paired-end) to a 30-gene panel using BWA (mem). They were generated using a capture kit so should have few …
-
Weird BWA MEM Behavior: Zero-Length Read
written by aostern •I tried to use BWA MEM to map reads from an interleaved FASTQ. fastq="all.fastq" fasta="/share/PI/apps/bcbio/genomes/Hsapiens/GRCh37/seq/GRCh37.fa" bwa="/share/PI/apps/bcbio/anaconda/bin/bwa" nThreads="12" #Run BWA MEM #IMPORTANT: NEED -p since "$fastq" …
-
MYH2 gene mutation location
written by Monos •Hi, After WES, I got medical report with this mutation (see below). I am trying to find it on UCSC Genome Browser on Human Feb. …
-
Genomic coordinates of Exome Capture (SureSelect_Human_All_Exon_V4) in GRCh38
written by gil.hornungHi, I downloaded Agilent's exome capture coordinates of SureSelect_Human_All_Exon_V4 from https://earray.chem.agilent.com/suredesign/search.htm However, I notices that the coordinates are aligned to the GRCh37 genome. Is there …
-
SNP coordinate systems in UCSC LiftOver (hg19), NCBI Remap (GRCh37(hg19)) and dbSNP (GRCh38(hg38))
written by curious •Hi, I'm trying to understand the difference between the coordinate systems of different software: UCSC's `LiftOver`, `dbSNP` and `NCBI Remap`. I've a list of SNPs …
there won't be any problem; The reads don't "know" where they've been designed. The only thing to do is to liftover your bed capture. May be you'll lost a few regions in the process.