DNAseq pipeline steps
0
1
Entering edit mode
5.8 years ago
shuksi1984 ▴ 60

Following are my DNAseq pipeline steps keeping GATKBestPrac in mind:

Step1-Quality check of raw data (fastqc)
Step2-Alignment with reference genome(bwa)
Step3-SAM to BAM conversion and sorting (SortSam)
step4-Generate aligment summary (CollectAlignmentSummaryMetrics, Samtools (depth), etc)
step5-Duplicate marking (MarkDuplicates)
Step6-Bam indexing (BuildBAMIndex)
Step7-Perform local realignment (RealignerTargetCreator, IndelRealigner)
Step8-Adjusting base quality score (BaseRecalibrator)
Step-9-Recalibration run quality visualization (AnalyzeCovariates)
Step10-Call Variants (HaplotypeCaller)
Step11-Retain SNPs and Indels (SelectVatiants)
Step12-Filter Indels and SNPs (VatiantFiltration)
Step13-Filter reads based on various read properties (PrintReads)
Step14-Detect additional variants (HaplotypeCaller)
Step-15-Retain SNPs and Indels 2nd time (SelectVariants)
Step16-Filter Indels and SNPs 2nd time (VatiantFiltration)
Step17-Annotate SNPs (SnpEff)
Step18-Generate genome coverage (bedtools)

I have mentioned the tools also. Kindly, let me know whether I am on track.

next-gen alignment • 2.3k views
ADD COMMENT
0
Entering edit mode

You should perhaps mention what you aim to achieve.

ADD REPLY
0
Entering edit mode

I want to find out SNPs and indels.

ADD REPLY
0
Entering edit mode

If you want to use the 'best practices', according to the GATK, then just follow their most updated pipeline that is on their website. Have you done NGS data processing in the past?

ADD REPLY
0
Entering edit mode

No, I havent done. This is the 1st time I am doing.

just follow their most updated pipeline that is on their website

Can you share the link?

ADD REPLY
0
Entering edit mode

I am very new in WGS, WES analysis. I was wondering if this workflow that you mentioned worked for you?

ADD REPLY

Login before adding your answer.

Traffic: 2842 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6