Coder Social home page Coder Social logo

ctdna_wes_pipeline's Introduction

ctDNA WES data analysis pipeline

This repository describes pipeline for analysing data from whole-exome sequencing (WES) of circulating tumour DNA (ctDNA).

The pipeline is implemented using ctDNA from plasma samples derived from pancreatic cancer patients. The analyses are conducted on QMUL Apocrita (sm11) High Performance Computing (HPC) cluster.

  • ctDNA WES data is located in the following directory:

    /data/BCI-BioInformatics/PC_ctDNA/WES_data


  • The pipeline containts the following steps:
Step Analysis Tools Algorithms
1 Alignment Burrows-Wheeler Alignmer (BWA) mem
2 Sort and convert SAM to BAM files Picard SortSam
3 Mark PCR duplicates Picard MarkDuplicates
4 Collect statistics for BAM file SAMtools stats
5 Calculate coverage (after marking PCR duplicates) Genome Analysis Toolkit (GATK) DepthOfCoverage
6 Merge BAM files per sample Picard MarkDuplicates
7 Local alignment around indels GATK
Picard
RealignerTargetCreator
IndelRealigner
FixMateInformation
8 Base quality score recalibration GATK BaseRecalibrator
PrintReads
9 Check merged and recalibrated BAM files SAMtools flagstat
10 Index BAM files SAMtools index
11 Variant calling SAMtools
VarScan
mpileup
mpileup2cns


Start with loading modules and installing necessary tools


    module load samtools
    module load bwa

NOTE: Check if the most recent BWA is installed

bwa

If not, download the most recent version (0.7.15 on 30.11.2016) from here and install in home directory on sm11 ($HOME/applications)

tar -xjf bwa-0.7.15.tar.bz2  
cd bwa-0.7.15
make
cp bwa $HOME/applications

Download Picard from here and install in home directory on sm11 ($HOME/applications)

Download GATK from here and install in home directory on sm11 ($HOME/applications)

Download VarScan from here and install in home directory on sm11 ($HOME/applications)


1. Alignment

1.1 Construct the FM-index for the reference genome

mkdir /data/BCI-BioInformatics/Jun/reference_hg38/index_bwa_0.7.15
cd /data/BCI-BioInformatics/Jun/reference_hg38/

1.2 Construct index using the 'bwtsw' algorithm implemented in BWT-SW

This method is recommended for BWA-MEM alignment algorithm.

mkdir index_bwa_0.7.15_bwtsw
cp hg38.fa index_bwa_0.7.15_bwtsw
cd index_bwa_0.7.15_bwtsw
$HOME/applications/bwa index -p hg38bwa -a bwtsw /data/BCI-BioInformatics/Jun/reference_hg38/index_bwa_0.7.15_bwtsw/hg38.fa

1.3. Perform alignment using 'mem' algorithm

BWA-MEM is generally recommended for high-quality queries as it is faster and more accurate. For this use the index generated 'bwtsw' algorithm.

Tool: BWA
Algorithm: mem

Paramter Value Description
-M N/A Mark shorter split hits as secondary (for Picard compatibility)
-t 4 Number of threads
-R @RG:[samplename] LB:[samplename] SM:[samplename] PL:Illumina Complete read group header line

Run BWA_mem.sh script for each sample

  • Sequencing batch 1

Sample 45_1_B

nohup ./BWA_mem.sh 45_1_B SLX-12721.iPCRtagT002.HGJWLBBXX.s_5.r_1.fq.gz SLX-12721.iPCRtagT002.HGJWLBBXX.s_5.r_2.fq.gz > SLX-12721.iPCRtagT002.HGJWLBBXX.s_5.BWA_mem.log &

Sample 45_2_C

nohup ./BWA_mem.sh 45_2_C SLX-12721.iPCRtagT004.HGJWLBBXX.s_5.r_1.fq.gz SLX-12721.iPCRtagT004.HGJWLBBXX.s_5.r_2.fq.gz > SLX-12721.iPCRtagT004.HGJWLBBXX.s_5.BWA_mem.log &

Sample 45_3_D

nohup ./BWA_mem.sh 45_3_D SLX-12721.iPCRtagT005.HGJWLBBXX.s_5.r_1.fq.gz SLX-12721.iPCRtagT005.HGJWLBBXX.s_5.r_2.fq.gz > SLX-12721.iPCRtagT005.HGJWLBBXX.s_5.BWA_mem.log &

Sample 45_4_E

nohup ./BWA_mem.sh 45_4_E SLX-12721.iPCRtagT006.HGJWLBBXX.s_5.r_1.fq.gz SLX-12721.iPCRtagT006.HGJWLBBXX.s_5.r_2.fq.gz > SLX-12721.iPCRtagT006.HGJWLBBXX.s_5.BWA_mem.log &

Sample 95_1_A

nohup ./BWA_mem.sh 95_1_A SLX-12721.iPCRtagT007.HGJWLBBXX.s_5.r_1.fq.gz SLX-12721.iPCRtagT007.HGJWLBBXX.s_5.r_2.fq.gz > SLX-12721.iPCRtagT007.HGJWLBBXX.s_5.BWA_mem.log &

Sample 95_2_B

nohup ./BWA_mem.sh 95_2_B SLX-12721.iPCRtagT009.HGJWLBBXX.s_5.r_1.fq.gz SLX-12721.iPCRtagT009.HGJWLBBXX.s_5.r_2.fq.gz > SLX-12721.iPCRtagT009.HGJWLBBXX.s_5.BWA_mem.log &

Sample 95_3_C

nohup ./BWA_mem.sh 95_3_C SLX-12721.iPCRtagT010.HGJWLBBXX.s_5.r_1.fq.gz SLX-12721.iPCRtagT010.HGJWLBBXX.s_5.r_2.fq.gz > SLX-12721.iPCRtagT010.HGJWLBBXX.s_5.BWA_mem.log &

Sample 95_4_D

nohup ./BWA_mem.sh 95_4_D SLX-12721.iPCRtagT012.HGJWLBBXX.s_5.r_1.fq.gz SLX-12721.iPCRtagT012.HGJWLBBXX.s_5.r_2.fq.gz > SLX-12721.iPCRtagT012.HGJWLBBXX.s_5.BWA_mem.log &

  • Sequencing batch 2

Sample 45_1_B

nohup ./BWA_mem.sh 45_1_B.2 SLX-12721.iPCRtagT002.HGYHFBBXX.s_2.r_1.fq.gz SLX-12721.iPCRtagT002.HGYHFBBXX.s_2.r_2.fq.gz > SLX-12721.iPCRtagT002.HGYHFBBXX.s_2.BWA_mem.log &

Sample 45_2_C

nohup ./BWA_mem.sh 45_2_C.2 SLX-12721.iPCRtagT004.HGYHFBBXX.s_2.r_1.fq.gz SLX-12721.iPCRtagT004.HGYHFBBXX.s_2.r_2.fq.gz > SLX-12721.iPCRtagT004.HGYHFBBXX.s_2.BWA_mem.log &

Sample 45_3_D

nohup ./BWA_mem.sh 45_3_D.2 SLX-12721.iPCRtagT005.HGYHFBBXX.s_2.r_1.fq.gz SLX-12721.iPCRtagT005.HGYHFBBXX.s_2.r_2.fq.gz > SLX-12721.iPCRtagT005.HGYHFBBXX.s_2.BWA_mem.log &

Sample 45_4_E

nohup ./BWA_mem.sh 45_4_E.2 SLX-12721.iPCRtagT006.HGYHFBBXX.s_2.r_1.fq.gz SLX-12721.iPCRtagT006.HGYHFBBXX.s_2.r_2.fq.gz > SLX-12721.iPCRtagT006.HGYHFBBXX.s_2.BWA_mem.log &

Sample 95_1_A

nohup ./BWA_mem.sh 95_1_A.2 SLX-12721.iPCRtagT007.HGYHFBBXX.s_2.r_1.fq.gz SLX-12721.iPCRtagT007.HGYHFBBXX.s_2.r_2.fq.gz > SLX-12721.iPCRtagT007.HGYHFBBXX.s_2.BWA_mem.log &

Sample 95_2_B

nohup ./BWA_mem.sh 95_2_B.2 SLX-12721.iPCRtagT009.HGYHFBBXX.s_2.r_1.fq.gz SLX-12721.iPCRtagT009.HGYHFBBXX.s_2.r_2.fq.gz > SLX-12721.iPCRtagT009.HGYHFBBXX.s_2.BWA_mem.log &

Sample 95_3_C

nohup ./BWA_mem.sh 95_3_C.2 SLX-12721.iPCRtagT010.HGYHFBBXX.s_2.r_1.fq.gz SLX-12721.iPCRtagT010.HGYHFBBXX.s_2.r_2.fq.gz > SLX-12721.iPCRtagT010.HGYHFBBXX.s_2.BWA_mem.log &

Sample 95_4_D

nohup ./BWA_mem.sh 95_4_D.2 SLX-12721.iPCRtagT012.HGYHFBBXX.s_2.r_1.fq.gz SLX-12721.iPCRtagT012.HGYHFBBXX.s_2.r_2.fq.gz > SLX-12721.iPCRtagT012.HGYHFBBXX.s_2.BWA_mem.log &

  • Sequencing batch 3

Sample 45_1_B

nohup ./BWA_mem.sh 45_1_B.3 SLX-12721.iPCRtagT002.HGYHFBBXX.s_3.r_1.fq.gz SLX-12721.iPCRtagT002.HGYHFBBXX.s_3.r_2.fq.gz > SLX-12721.iPCRtagT002.HGYHFBBXX.s_3.BWA_mem.log &

Sample 45_2_C

nohup ./BWA_mem.sh 45_2_C.3 SLX-12721.iPCRtagT004.HGYHFBBXX.s_3.r_1.fq.gz SLX-12721.iPCRtagT004.HGYHFBBXX.s_3.r_2.fq.gz > SLX-12721.iPCRtagT004.HGYHFBBXX.s_3.BWA_mem.log &

Sample 45_3_D

nohup ./BWA_mem.sh 45_3_D.3 SLX-12721.iPCRtagT005.HGYHFBBXX.s_3.r_1.fq.gz SLX-12721.iPCRtagT005.HGYHFBBXX.s_3.r_2.fq.gz > SLX-12721.iPCRtagT005.HGYHFBBXX.s_3.BWA_mem.log &

Sample 45_4_E

nohup ./BWA_mem.sh 45_4_E.3 SLX-12721.iPCRtagT006.HGYHFBBXX.s_3.r_1.fq.gz SLX-12721.iPCRtagT006.HGYHFBBXX.s_3.r_2.fq.gz > SLX-12721.iPCRtagT006.HGYHFBBXX.s_3.BWA_mem.log &

Sample 95_1_A

nohup ./BWA_mem.sh 95_1_A.3 SLX-12721.iPCRtagT007.HGYHFBBXX.s_3.r_1.fq.gz SLX-12721.iPCRtagT007.HGYHFBBXX.s_3.r_2.fq.gz > SLX-12721.iPCRtagT007.HGYHFBBXX.s_3.BWA_mem.log &

Sample 95_2_B

nohup ./BWA_mem.sh 95_2_B.3 SLX-12721.iPCRtagT009.HGYHFBBXX.s_3.r_1.fq.gz SLX-12721.iPCRtagT009.HGYHFBBXX.s_3.r_2.fq.gz > SLX-12721.iPCRtagT009.HGYHFBBXX.s_3.BWA_mem.log &

Sample 95_3_C

nohup ./BWA_mem.sh 95_3_C.3 SLX-12721.iPCRtagT010.HGYHFBBXX.s_3.r_1.fq.gz SLX-12721.iPCRtagT010.HGYHFBBXX.s_3.r_2.fq.gz > SLX-12721.iPCRtagT010.HGYHFBBXX.s_3.BWA_mem.log &

Sample 95_4_D

nohup ./BWA_mem.sh 95_4_D.3 SLX-12721.iPCRtagT012.HGYHFBBXX.s_3.r_1.fq.gz SLX-12721.iPCRtagT012.HGYHFBBXX.s_3.r_2.fq.gz > SLX-12721.iPCRtagT012.HGYHFBBXX.s_3.BWA_mem.log &

  • Sequencing batch 4

Sample 45_1_B

nohup ./BWA_mem.sh 45_1_B.4 SLX-12721.iPCRtagT002.HGYHFBBXX.s_4.r_1.fq.gz SLX-12721.iPCRtagT002.HGYHFBBXX.s_4.r_2.fq.gz > SLX-12721.iPCRtagT002.HGYHFBBXX.s_4.BWA_mem.log &

Sample 45_2_C

nohup ./BWA_mem.sh 45_2_C.4 SLX-12721.iPCRtagT004.HGYHFBBXX.s_4.r_1.fq.gz SLX-12721.iPCRtagT004.HGYHFBBXX.s_4.r_2.fq.gz > SLX-12721.iPCRtagT004.HGYHFBBXX.s_4.BWA_mem.log &

Sample 45_3_D

nohup ./BWA_mem.sh 45_3_D.4 SLX-12721.iPCRtagT005.HGYHFBBXX.s_4.r_1.fq.gz SLX-12721.iPCRtagT005.HGYHFBBXX.s_4.r_2.fq.gz > SLX-12721.iPCRtagT005.HGYHFBBXX.s_4.BWA_mem.log &

Sample 45_4_E

nohup ./BWA_mem.sh 45_4_E.4 SLX-12721.iPCRtagT006.HGYHFBBXX.s_4.r_1.fq.gz SLX-12721.iPCRtagT006.HGYHFBBXX.s_4.r_2.fq.gz > SLX-12721.iPCRtagT006.HGYHFBBXX.s_4.BWA_mem.log &

Sample 95_1_A

nohup ./BWA_mem.sh 95_1_A.4 SLX-12721.iPCRtagT007.HGYHFBBXX.s_4.r_1.fq.gz SLX-12721.iPCRtagT007.HGYHFBBXX.s_4.r_2.fq.gz > SLX-12721.iPCRtagT007.HGYHFBBXX.s_4.BWA_mem.log &

Sample 95_2_B

nohup ./BWA_mem.sh 95_2_B.4 SLX-12721.iPCRtagT009.HGYHFBBXX.s_4.r_1.fq.gz SLX-12721.iPCRtagT009.HGYHFBBXX.s_4.r_2.fq.gz > SLX-12721.iPCRtagT009.HGYHFBBXX.s_4.BWA_mem.log &

Sample 95_3_C

nohup ./BWA_mem.sh 95_3_C.4 SLX-12721.iPCRtagT010.HGYHFBBXX.s_4.r_1.fq.gz SLX-12721.iPCRtagT010.HGYHFBBXX.s_4.r_2.fq.gz > SLX-12721.iPCRtagT010.HGYHFBBXX.s_4.BWA_mem.log &

Sample 95_4_D

nohup ./BWA_mem.sh 95_4_D.4 SLX-12721.iPCRtagT012.HGYHFBBXX.s_4.r_1.fq.gz SLX-12721.iPCRtagT012.HGYHFBBXX.s_4.r_2.fq.gz > SLX-12721.iPCRtagT012.HGYHFBBXX.s_4.BWA_mem.log &

2. Sort and convert SAM to BAM files

Sort the input SAM file by coordinate and output in a binary BAM format.

Tool: Picard
Algorithm: SortSam

Paramter Value Description
SO coordinate Sort order of output file by coordinate
VALIDATION_STRINGENCY LENIENT Validation stringency for all SAM files read
CREATE_INDEX TRUE Create a BAM index when writing a coordinate-sorted BAM file

Run Picard_SAM2BAM.sh script for each sample

  • Sequencing batch 1

Sample 45_1_B

nohup ./Picard_SAM2BAM.sh  45_1_B > 45_1_B.Picard_SAM2BAM.log &

Sample 45_2_C

nohup ./Picard_SAM2BAM.sh  45_2_C > 45_2_C.Picard_SAM2BAM.log &

Sample 45_3_D

nohup ./Picard_SAM2BAM.sh  45_3_D > 45_3_D.Picard_SAM2BAM.log &

Sample 45_4_E

nohup ./Picard_SAM2BAM.sh  45_4_E > 45_4_E.Picard_SAM2BAM.log &

Sample 95_1_A

nohup ./Picard_SAM2BAM.sh  95_1_A > 95_1_A.Picard_SAM2BAM.log &

Sample 95_2_B

nohup ./Picard_SAM2BAM.sh  95_2_B > 95_2_B.Picard_SAM2BAM.log &

Sample 95_3_C

nohup ./Picard_SAM2BAM.sh  95_3_C > 95_3_C.Picard_SAM2BAM.log &

Sample 95_4_D

nohup ./Picard_SAM2BAM.sh  95_4_D > 95_4_D.Picard_SAM2BAM.log &

  • Sequencing batch 2

Sample 45_1_B

nohup ./Picard_SAM2BAM.sh  45_1_B.2 > 45_1_B.2.Picard_SAM2BAM.log &

Sample 45_2_C

nohup ./Picard_SAM2BAM.sh  45_2_C.2 > 45_2_C.2.Picard_SAM2BAM.log &

Sample 45_3_D

nohup ./Picard_SAM2BAM.sh  45_3_D.2 > 45_3_D.2.Picard_SAM2BAM.log &

Sample 45_4_E

nohup ./Picard_SAM2BAM.sh  45_4_E.2 > 45_4_E.2.Picard_SAM2BAM.log &

Sample 95_1_A

nohup ./Picard_SAM2BAM.sh  95_1_A.2 > 95_1_A.2.Picard_SAM2BAM.log &

Sample 95_2_B

nohup ./Picard_SAM2BAM.sh  95_2_B.2 > 95_2_B.2.Picard_SAM2BAM.log &

Sample 95_3_C

nohup ./Picard_SAM2BAM.sh  95_3_C.2 > 95_3_C.2.Picard_SAM2BAM.log &

Sample 95_4_D

nohup ./Picard_SAM2BAM.sh  95_4_D.2 > 95_4_D.2.Picard_SAM2BAM.log &

  • Sequencing batch 3

Sample 45_1_B

nohup ./Picard_SAM2BAM.sh  45_1_B.3 > 45_1_B.3.Picard_SAM2BAM.log &

Sample 45_2_C

nohup ./Picard_SAM2BAM.sh  45_2_C.3 > 45_2_C.3.Picard_SAM2BAM.log &

Sample 45_3_D

nohup ./Picard_SAM2BAM.sh  45_3_D.3 > 45_3_D.3.Picard_SAM2BAM.log &

Sample 45_4_E

nohup ./Picard_SAM2BAM.sh  45_4_E.3 > 45_4_E.3.Picard_SAM2BAM.log &

Sample 95_1_A

nohup ./Picard_SAM2BAM.sh  95_1_A.3 > 95_1_A.3.Picard_SAM2BAM.log &

Sample 95_2_B

nohup ./Picard_SAM2BAM.sh  95_2_B.3 > 95_2_B.3.Picard_SAM2BAM.log &

Sample 95_3_C

nohup ./Picard_SAM2BAM.sh  95_3_C.3 > 95_3_C.3.Picard_SAM2BAM.log &

Sample 95_4_D

nohup ./Picard_SAM2BAM.sh  95_4_D.3 > 95_4_D.3.Picard_SAM2BAM.log &

  • Sequencing batch 4

Sample 45_1_B

nohup ./Picard_SAM2BAM.sh  45_1_B.4 > 45_1_B.4.Picard_SAM2BAM.log &

Sample 45_2_C

nohup ./Picard_SAM2BAM.sh  45_2_C.4 > 45_2_C.4.Picard_SAM2BAM.log &

Sample 45_3_D

nohup ./Picard_SAM2BAM.sh  45_3_D.4 > 45_3_D.4.Picard_SAM2BAM.log &

Sample 45_4_E

nohup ./Picard_SAM2BAM.sh  45_4_E.4 > 45_4_E.4.Picard_SAM2BAM.log &

Sample 95_1_A

nohup ./Picard_SAM2BAM.sh  95_1_A.4 > 95_1_A.4.Picard_SAM2BAM.log &

Sample 95_2_B

nohup ./Picard_SAM2BAM.sh  95_2_B.4 > 95_2_B.4.Picard_SAM2BAM.log &

Sample 95_3_C

nohup ./Picard_SAM2BAM.sh  95_3_C.4 > 95_3_C.4.Picard_SAM2BAM.log &

Sample 95_4_D

nohup ./Picard_SAM2BAM.sh  95_4_D.4 > 95_4_D.4.Picard_SAM2BAM.log &

3. Mark PCR duplicates

Locates and tag duplicate reads in a BAM files, where duplicate reads are defined as originating from a single fragment of DNA. Duplicates can arise during sample preparation e.g. library construction using PCR. Duplicate reads can also result from a single amplification cluster, incorrectly detected as multiple clusters by the optical sensor of the sequencing instrument. These duplication artifacts are referred to as optical duplicates. Picard MarkDuplicates produces a metrics file indicating the numbers of duplicates for both single- and paired-end reads.

Tool: Picard
Algorithm: MarkDuplicates

Paramter Value Description
METRICS_FILE [samplename].DuplicationMetrics.txt File to write duplication metrics to
VALIDATION_STRINGENCY LENIENT Validation stringency for all SAM files read
CREATE_INDEX TRUE Create a BAM index when writing a coordinate-sorted BAM file

Run Picard_markDupl.sh script for each sample

  • Sequencing batch 1

Sample 45_1_B

nohup ./Picard_markDupl.sh  45_1_B > 45_1_B.Picard_markDupl.log &

Sample 45_2_C

nohup ./Picard_markDupl.sh  45_2_C > 45_2_C.Picard_markDupl.log &

Sample 45_3_D

nohup ./Picard_markDupl.sh  45_3_D > 45_3_D.Picard_markDupl.log &

Sample 45_4_E

nohup ./Picard_markDupl.sh  45_4_E > 45_4_E.Picard_markDupl.log &

Sample 95_1_A

nohup ./Picard_markDupl.sh  95_1_A > 95_1_A.Picard_markDupl.log &

Sample 95_2_B

nohup ./Picard_markDupl.sh  95_2_B > 95_2_B.Picard_markDupl.log &

Sample 95_3_C

nohup ./Picard_markDupl.sh  95_3_C > 95_3_C.Picard_markDupl.log &

Sample 95_4_D

nohup ./Picard_markDupl.sh  95_4_D > 95_4_D.Picard_markDupl.log &

  • Sequencing batch 2

Sample 45_1_B

nohup ./Picard_markDupl.sh  45_1_B.2 > 45_1_B.2.Picard_markDupl.log &

Sample 45_2_C

nohup ./Picard_markDupl.sh  45_2_C.2 > 45_2_C.2.Picard_markDupl.log &

Sample 45_3_D

nohup ./Picard_markDupl.sh  45_3_D.2 > 45_3_D.2.Picard_markDupl.log &

Sample 45_4_E

nohup ./Picard_markDupl.sh  45_4_E.2 > 45_4_E.2.Picard_markDupl.log &

Sample 95_1_A

nohup ./Picard_markDupl.sh  95_1_A.2 > 95_1_A.2.Picard_markDupl.log &

Sample 95_2_B

nohup ./Picard_markDupl.sh  95_2_B.2 > 95_2_B.2.Picard_markDupl.log &

Sample 95_3_C

nohup ./Picard_markDupl.sh  95_3_C.2 > 95_3_C.2.Picard_markDupl.log &

Sample 95_4_D

nohup ./Picard_markDupl.sh  95_4_D.2 > 95_4_D.2.Picard_markDupl.log &

  • Sequencing batch 3

Sample 45_1_B

nohup ./Picard_markDupl.sh  45_1_B.3 > 45_1_B.3.Picard_markDupl.log &

Sample 45_2_C

nohup ./Picard_markDupl.sh  45_2_C.3 > 45_2_C.3.Picard_markDupl.log &

Sample 45_3_D

nohup ./Picard_markDupl.sh  45_3_D.3 > 45_3_D.3.Picard_markDupl.log &

Sample 45_4_E

nohup ./Picard_markDupl.sh  45_4_E.3 > 45_4_E.3.Picard_markDupl.log &

Sample 95_1_A

nohup ./Picard_markDupl.sh  95_1_A.3 > 95_1_A.3.Picard_markDupl.log &

Sample 95_2_B

nohup ./Picard_markDupl.sh  95_2_B.3 > 95_2_B.3.Picard_markDupl.log &

Sample 95_3_C

nohup ./Picard_markDupl.sh  95_3_C.3 > 95_3_C.3.Picard_markDupl.log &

Sample 95_4_D

nohup ./Picard_markDupl.sh  95_4_D.3 > 95_4_D.3.Picard_markDupl.log &

  • Sequencing batch 4

Sample 45_1_B

nohup ./Picard_markDupl.sh  45_1_B.4 > 45_1_B.4.Picard_markDupl.log &

Sample 45_2_C

nohup ./Picard_markDupl.sh  45_2_C.4 > 45_2_C.4.Picard_markDupl.log &

Sample 45_3_D

nohup ./Picard_markDupl.sh  45_3_D.4 > 45_3_D.4.Picard_markDupl.log &

Sample 45_4_E

nohup ./Picard_markDupl.sh  45_4_E.4 > 45_4_E.4.Picard_markDupl.log &

Sample 95_1_A

nohup ./Picard_markDupl.sh  95_1_A.4 > 95_1_A.4.Picard_markDupl.log &

Sample 95_2_B

nohup ./Picard_markDupl.sh  95_2_B.4 > 95_2_B.4.Picard_markDupl.log &

Sample 95_3_C

nohup ./Picard_markDupl.sh  95_3_C.4 > 95_3_C.4.Picard_markDupl.log &

Sample 95_4_D

nohup ./Picard_markDupl.sh  95_4_D.4 > 95_4_D.4.Picard_markDupl.log &

4. Collect statistics for BAM files

Tool: SAMtools
Algorithm: stats

SAMtools stats collects statistics (e.g. GC content, insert size, per-base sequence content, quality per cycle) from BAM files and outputs in a text format. The output is then visualized graphically using plot-bamstats.

  • Sequencing batch 1

Sample 45_1_B

mkdir 45_1_B.marked.bam.stats
samtools stats 45_1_B.marked.bam > 45_1_B.marked.bam.stats/45_1_B.marked.bam.stats
plot-bamstats -p 45_1_B.marked.bam.stats/45_1_B.marked.bam.stats.plot 45_1_B.marked.bam.stats/45_1_B.marked.bam.stats

Sample 45_2_C

mkdir 45_2_C.marked.bam.stats
samtools stats 45_2_C.marked.bam > 45_2_C.marked.bam.stats/45_2_C.marked.bam.stats
plot-bamstats -p 45_2_C.marked.bam.stats/45_2_C.marked.bam.stats.plot 45_2_C.marked.bam.stats/45_2_C.marked.bam.stats

Sample 45_3_D

mkdir 45_3_D.marked.bam.stats
samtools stats 45_3_D.marked.bam > 45_3_D.marked.bam.stats/45_3_D.marked.bam.stats
plot-bamstats -p 45_3_D.marked.bam.stats/45_3_D.marked.bam.stats.plot 45_3_D.marked.bam.stats/45_3_D.marked.bam.stats

Sample 45_4_E

mkdir 45_4_E.marked.bam.stats
samtools stats 45_4_E.marked.bam > 45_4_E.marked.bam.stats/45_4_E.marked.bam.stats
plot-bamstats -p 45_4_E.marked.bam.stats/45_4_E.marked.bam.stats.plot 45_4_E.marked.bam.stats/45_4_E.marked.bam.stats

Sample 95_1_A

mkdir 95_1_A.marked.bam.stats
samtools stats 95_1_A.marked.bam > 95_1_A.marked.bam.stats/95_1_A.marked.bam.stats
plot-bamstats -p 95_1_A.marked.bam.stats/95_1_A.marked.bam.stats.plot 95_1_A.marked.bam.stats/95_1_A.marked.bam.stats

Sample 95_2_B

mkdir 95_2_B.marked.bam.stats
samtools stats 95_2_B.marked.bam > 95_2_B.marked.bam.stats/95_2_B.marked.bam.stats
plot-bamstats -p 95_2_B.marked.bam.stats/95_2_B.marked.bam.stats.plot 95_2_B.marked.bam.stats/95_2_B.marked.bam.stats

Sample 95_3_C

mkdir 95_3_C.marked.bam.stats
samtools stats 95_3_C.marked.bam > 95_3_C.marked.bam.stats/95_3_C.marked.bam.stats
plot-bamstats -p 95_3_C.marked.bam.stats/95_3_C.marked.bam.stats.plot 95_3_C.marked.bam.stats/95_3_C.marked.bam.stats

Sample 95_4_D

mkdir 95_4_D.marked.bam.stats
samtools stats 95_4_D.marked.bam > 95_4_D.marked.bam.stats/95_4_D.marked.bam.stats
plot-bamstats -p 95_4_D.marked.bam.stats/95_4_D.marked.bam.stats.plot 95_4_D.marked.bam.stats/95_4_D.marked.bam.stats

  • Sequencing batch 2

Sample 45_1_B

mkdir 45_1_B.2.marked.bam.stats
samtools stats 45_1_B.2.marked.bam > 45_1_B.2.marked.bam.stats/45_1_B.2.marked.bam.stats
plot-bamstats -p 45_1_B.2.marked.bam.stats/45_1_B.2.marked.bam.stats.plot 45_1_B.2.marked.bam.stats/45_1_B.2.marked.bam.stats

Sample 45_2_C

mkdir 45_2_C.2.marked.bam.stats
samtools stats 45_2_C.2.marked.bam > 45_2_C.2.marked.bam.stats/45_2_C.2.marked.bam.stats
plot-bamstats -p 45_2_C.2.marked.bam.stats/45_2_C.2.marked.bam.stats.plot 45_2_C.2.marked.bam.stats/45_2_C.2.marked.bam.stats

Sample 45_3_D

mkdir 45_3_D.2.marked.bam.stats
samtools stats 45_3_D.2.marked.bam > 45_3_D.2.marked.bam.stats/45_3_D.2.marked.bam.stats
plot-bamstats -p 45_3_D.2.marked.bam.stats/45_3_D.2.marked.bam.stats.plot 45_3_D.2.marked.bam.stats/45_3_D.2.marked.bam.stats

Sample 45_4_E

mkdir 45_4_E.2.marked.bam.stats
samtools stats 45_4_E.2.marked.bam > 45_4_E.2.marked.bam.stats/45_4_E.2.marked.bam.stats
plot-bamstats -p 45_4_E.2.marked.bam.stats/45_4_E.2.marked.bam.stats.plot 45_4_E.2.marked.bam.stats/45_4_E.2.marked.bam.stats

Sample 95_1_A

mkdir 95_1_A.2.marked.bam.stats
samtools stats 95_1_A.2.marked.bam > 95_1_A.2.marked.bam.stats/95_1_A.2.marked.bam.stats
plot-bamstats -p 95_1_A.2.marked.bam.stats/95_1_A.2.marked.bam.stats.plot 95_1_A.2.marked.bam.stats/95_1_A.2.marked.bam.stats

Sample 95_2_B

mkdir 95_2_B.2.marked.bam.stats
samtools stats 95_2_B.2.marked.bam > 95_2_B.2.marked.bam.stats/95_2_B.2.marked.bam.stats
plot-bamstats -p 95_2_B.2.marked.bam.stats/95_2_B.2.marked.bam.stats.plot 95_2_B.2.marked.bam.stats/95_2_B.2.marked.bam.stats

Sample 95_3_C

mkdir 95_3_C.2.marked.bam.stats
samtools stats 95_3_C.2.marked.bam > 95_3_C.2.marked.bam.stats/95_3_C.2.marked.bam.stats
plot-bamstats -p 95_3_C.2.marked.bam.stats/95_3_C.2.marked.bam.stats.plot 95_3_C.2.marked.bam.stats/95_3_C.2.marked.bam.stats

Sample 95_4_D

mkdir 95_4_D.2.marked.bam.stats
samtools stats 95_4_D.2.marked.bam > 95_4_D.2.marked.bam.stats/95_4_D.2.marked.bam.stats
plot-bamstats -p 95_4_D.2.marked.bam.stats/95_4_D.2.marked.bam.stats.plot 95_4_D.2.marked.bam.stats/95_4_D.2.marked.bam.stats

  • Sequencing batch 3

Sample 45_1_B

mkdir 45_1_B.3.marked.bam.stats
samtools stats 45_1_B.3.marked.bam > 45_1_B.3.marked.bam.stats/45_1_B.3.marked.bam.stats
plot-bamstats -p 45_1_B.3.marked.bam.stats/45_1_B.3.marked.bam.stats.plot 45_1_B.3.marked.bam.stats/45_1_B.3.marked.bam.stats

Sample 45_2_C

mkdir 45_2_C.3.marked.bam.stats
samtools stats 45_2_C.3.marked.bam > 45_2_C.3.marked.bam.stats/45_2_C.3.marked.bam.stats
plot-bamstats -p 45_2_C.3.marked.bam.stats/45_2_C.3.marked.bam.stats.plot 45_2_C.3.marked.bam.stats/45_2_C.3.marked.bam.stats

Sample 45_3_D

mkdir 45_3_D.3.marked.bam.stats
samtools stats 45_3_D.3.marked.bam > 45_3_D.3.marked.bam.stats/45_3_D.3.marked.bam.stats
plot-bamstats -p 45_3_D.3.marked.bam.stats/45_3_D.3.marked.bam.stats.plot 45_3_D.3.marked.bam.stats/45_3_D.3.marked.bam.stats

Sample 45_4_E

mkdir 45_4_E.3.marked.bam.stats
samtools stats 45_4_E.3.marked.bam > 45_4_E.3.marked.bam.stats/45_4_E.3.marked.bam.stats
plot-bamstats -p 45_4_E.3.marked.bam.stats/45_4_E.3.marked.bam.stats.plot 45_4_E.3.marked.bam.stats/45_4_E.3.marked.bam.stats

Sample 95_1_A

samtools stats 95_1_A.3.marked.bam > 95_1_A.3.marked.bam.stats/95_1_A.3.marked.bam.stats
plot-bamstats -p 95_1_A.3.marked.bam.stats/95_1_A.3.marked.bam.stats.plot 95_1_A.3.marked.bam.stats/95_1_A.3.marked.bam.stats

Sample 95_2_B

mkdir 95_2_B.3.marked.bam.stats
samtools stats 95_2_B.3.marked.bam > 95_2_B.3.marked.bam.stats/95_2_B.3.marked.bam.stats
plot-bamstats -p 95_2_B.3.marked.bam.stats/95_2_B.3.marked.bam.stats.plot 95_2_B.3.marked.bam.stats/95_2_B.3.marked.bam.stats

Sample 95_3_C

mkdir 95_3_C.3.marked.bam.stats
samtools stats 95_3_C.3.marked.bam > 95_3_C.3.marked.bam.stats/95_3_C.3.marked.bam.stats
plot-bamstats -p 95_3_C.3.marked.bam.stats/95_3_C.3.marked.bam.stats.plot 95_3_C.3.marked.bam.stats/95_3_C.3.marked.bam.stats

Sample 95_4_D

mkdir 95_4_D.3.marked.bam.stats
samtools stats 95_4_D.3.marked.bam > 95_4_D.3.marked.bam.stats/95_4_D.3.marked.bam.stats
plot-bamstats -p 95_4_D.3.marked.bam.stats/95_4_D.3.marked.bam.stats.plot 95_4_D.3.marked.bam.stats/95_4_D.3.marked.bam.stats

  • Sequencing batch 4

Sample 45_1_B

mkdir 45_1_B.4.marked.bam.stats
samtools stats 45_1_B.4.marked.bam > 45_1_B.4.marked.bam.stats/45_1_B.4.marked.bam.stats
plot-bamstats -p 45_1_B.4.marked.bam.stats/45_1_B.4.marked.bam.stats.plot 45_1_B.4.marked.bam.stats/45_1_B.4.marked.bam.stats

Sample 45_2_C

mkdir 45_2_C.4.marked.bam.stats
samtools stats 45_2_C.4.marked.bam > 45_2_C.4.marked.bam.stats/45_2_C.4.marked.bam.stats
plot-bamstats -p 45_2_C.4.marked.bam.stats/45_2_C.4.marked.bam.stats.plot 45_2_C.4.marked.bam.stats/45_2_C.4.marked.bam.stats

Sample 45_3_D

mkdir 45_3_D.4.marked.bam.stats
samtools stats 45_3_D.4.marked.bam > 45_3_D.4.marked.bam.stats/45_3_D.4.marked.bam.stats
plot-bamstats -p 45_3_D.4.marked.bam.stats/45_3_D.4.marked.bam.stats.plot 45_3_D.4.marked.bam.stats/45_3_D.4.marked.bam.stats

Sample 45_4_E

mkdir 45_4_E.4.marked.bam.stats
samtools stats 45_4_E.4.marked.bam > 45_4_E.4.marked.bam.stats/45_4_E.4.marked.bam.stats
plot-bamstats -p 45_4_E.4.marked.bam.stats/45_4_E.4.marked.bam.stats.plot 45_4_E.4.marked.bam.stats/45_4_E.4.marked.bam.stats

Sample 95_1_A

mkdir 95_1_A.4.marked.bam.stats
samtools stats 95_1_A.4.marked.bam > 95_1_A.4.marked.bam.stats/95_1_A.4.marked.bam.stats
plot-bamstats -p 95_1_A.4.marked.bam.stats/95_1_A.4.marked.bam.stats.plot 95_1_A.4.marked.bam.stats/95_1_A.4.marked.bam.stats

Sample 95_2_B

mkdir 95_2_B.4.marked.bam.stats
samtools stats 95_2_B.4.marked.bam > 95_2_B.4.marked.bam.stats/95_2_B.4.marked.bam.stats
plot-bamstats -p 95_2_B.4.marked.bam.stats/95_2_B.4.marked.bam.stats.plot 95_2_B.4.marked.bam.stats/95_2_B.4.marked.bam.stats

Sample 95_3_C

mkdir 95_3_C.4.marked.bam.stats
samtools stats 95_3_C.4.marked.bam > 95_3_C.4.marked.bam.stats/95_3_C.4.marked.bam.stats
plot-bamstats -p 95_3_C.4.marked.bam.stats/95_3_C.4.marked.bam.stats.plot 95_3_C.4.marked.bam.stats/95_3_C.4.marked.bam.stats

Sample 95_4_D

mkdir 95_4_D.4.marked.bam.stats
samtools stats 95_4_D.4.marked.bam > 95_4_D.4.marked.bam.stats/95_4_D.4.marked.bam.stats
plot-bamstats -p 95_4_D.4.marked.bam.stats/95_4_D.4.marked.bam.stats.plot 95_4_D.4.marked.bam.stats/95_4_D.4.marked.bam.stats

5. Calculate coverage

5.1. Download the Agilent Human Exon V6 exome capture bed files and use liftOver to change the coordinates from hg19 to hg38.

Note: one needs to remove the header before and add again after liftover.

This step was done on local machine

./liftOver /Users/marzec01/data/PC_ctDNA/WES_data/Agilent_Human_Exon_V6/S07604514_Covered.bed /Users/marzec01/Desktop/applications/liftOver/hg19ToHg38.over.chain.gz /Users/marzec01/data/PC_ctDNA/WES_data/Agilent_Human_Exon_V6/S07604514_Covered_hg38.bed /Users/marzec01/data/PC_ctDNA/WES_data/Agilent_Human_Exon_V6/S07604514_Covered_hg38unlifted.bed

Note: Remove from the converted file unspecific contigs (chr1_KI270766v1_alt etc.).

grep '^chr[0-9XY]\{1,2\}\t' /Users/marzec01/data/PC_ctDNA/WES_data/Agilent_Human_Exon_V6/S07604514_Covered_hg38.bed > /Users/marzec01/data/PC_ctDNA/WES_data/Agilent_Human_Exon_V6/S07604514_Covered_hg38_clean.bed

5.2. Use GATK DepthOfCoverage to processes BAM files to determine coverage at different levels of partitioning and aggregation.

Tool: GATK
Algorithm: DepthOfCoverage

Paramter Value Description
-ct 20, 50, 80, 100, 150, 200 Coverage threshold (in percent) for summarising statistics
-L Agilent_Human_Exon_V6/S07604514_Covered_hg38_clean.bed Restrict processing to specific genomic intervals

Run GATK_coverage.sh script for each sample

  • Sequencing batch 1

Sample 45_1_B

nohup ./GATK_coverage.sh  45_1_B > 45_1_B.GATK_coverage.log &

Sample 45_2_C

nohup ./GATK_coverage.sh  45_2_C > 45_2_C.GATK_coverage.log &

Sample 45_3_D

nohup ./GATK_coverage.sh  45_3_D > 45_3_D.GATK_coverage.log &

Sample 45_4_E

nohup ./GATK_coverage.sh  45_4_E > 45_4_E.GATK_coverage.log &

Sample 95_1_A

nohup ./GATK_coverage.sh  95_1_A > 95_1_A.GATK_coverage.log &

Sample 95_2_B

nohup ./GATK_coverage.sh  95_2_B > 95_2_B.GATK_coverage.log &

Sample 95_3_C

nohup ./GATK_coverage.sh  95_3_C > 95_3_C.GATK_coverage.log &

Sample 95_4_D

nohup ./GATK_coverage.sh  95_4_D > 95_4_D.GATK_coverage.log &

  • Sequencing batch 2

Sample 45_1_B

nohup ./GATK_coverage.sh  45_1_B.2 > 45_1_B.2.GATK_coverage.log &

Sample 45_2_C

nohup ./GATK_coverage.sh  45_2_C.2 > 45_2_C.2.GATK_coverage.log &

Sample 45_3_D

nohup ./GATK_coverage.sh  45_3_D.2 > 45_3_D.2.GATK_coverage.log &

Sample 45_4_E

nohup ./GATK_coverage.sh  45_4_E.2 > 45_4_E.2.GATK_coverage.log &

Sample 95_1_A

nohup ./GATK_coverage.sh  95_1_A.2 > 95_1_A.2.GATK_coverage.log &

Sample 95_2_B

nohup ./GATK_coverage.sh  95_2_B.2 > 95_2_B.2.GATK_coverage.log &

Sample 95_3_C

nohup ./GATK_coverage.sh  95_3_C.2 > 95_3_C.2.GATK_coverage.log &

Sample 95_4_D

nohup ./GATK_coverage.sh  95_4_D.2 > 95_4_D.2.GATK_coverage.log &

  • Sequencing batch 3

Sample 45_1_B

nohup ./GATK_coverage.sh  45_1_B.3 > 45_1_B.3.GATK_coverage.log &

Sample 45_2_C

nohup ./GATK_coverage.sh  45_2_C.3 > 45_2_C.3.GATK_coverage.log &

Sample 45_3_D

nohup ./GATK_coverage.sh  45_3_D.3 > 45_3_D.3.GATK_coverage.log &

Sample 45_4_E

nohup ./GATK_coverage.sh  45_4_E.3 > 45_4_E.3.GATK_coverage.log &

Sample 95_1_A

nohup ./GATK_coverage.sh  95_1_A.3 > 95_1_A.3.GATK_coverage.log &

Sample 95_2_B

nohup ./GATK_coverage.sh  95_2_B.3 > 95_2_B.3.GATK_coverage.log &

Sample 95_3_C

nohup ./GATK_coverage.sh  95_3_C.3 > 95_3_C.3.GATK_coverage.log &

Sample 95_4_D

nohup ./GATK_coverage.sh  95_4_D.3 > 95_4_D.3.GATK_coverage.log &

  • Sequencing batch 4

Sample 45_1_B

nohup ./GATK_coverage.sh  45_1_B.4 > 45_1_B.4.GATK_coverage.log &

Sample 45_2_C

nohup ./GATK_coverage.sh  45_2_C.4 > 45_2_C.4.GATK_coverage.log &

Sample 45_3_D

nohup ./GATK_coverage.sh  45_3_D.4 > 45_3_D.4.GATK_coverage.log &

Sample 45_4_E

nohup ./GATK_coverage.sh  45_4_E.4 > 45_4_E.4.GATK_coverage.log &

Sample 95_1_A

nohup ./GATK_coverage.sh  95_1_A.4 > 95_1_A.4.GATK_coverage.log &

Sample 95_2_B

nohup ./GATK_coverage.sh  95_2_B.4 > 95_2_B.4.GATK_coverage.log &

Sample 95_3_C

nohup ./GATK_coverage.sh  95_3_C.4 > 95_3_C.4.GATK_coverage.log &

Sample 95_4_D

nohup ./GATK_coverage.sh  95_4_D.4 > 95_4_D.4.GATK_coverage.log &

At thie step 7 files are creates per each sample

Output file suffix Description
no suffix per locus coverage
_summary total, mean, median, quartiles, and threshold proportions, aggregated over all bases
_statistics coverage histograms (# locus with X coverage), aggregated over all bases
_interval_summary total, mean, median, quartiles, and threshold proportions, aggregated per interval
_interval_statistics 2x2 table of # of intervals covered to >= X depth in >=Y samples
_cumulative_coverage_counts coverage histograms (# locus with >= X coverage), aggregated over all bases
_cumulative_coverage_proportions proprotions of loci with >= X coverage, aggregated over all bases


6. Merge BAM files per sample

According to Broad Institute recommendation for pre-processing data from multiplexed sequencing and multi-library designs, after running the initial steps of the pre-processing workflow (mapping, sorting and marking duplicates) separately on individual BAM files, we merge the data into a single BAM file for each sample. This is done by re-running Picard MarkDuplicates algorithm, this time using all read group BAM files for each sample.

Tool: Picard
Algorithm: MarkDuplicates

Paramter Value Description
METRICS_FILE [samplename].merged.DuplicationMetrics.txt File to write duplication metrics to
VALIDATION_STRINGENCY LENIENT Validation stringency for all SAM files read
CREATE_INDEX TRUE Create a BAM index when writing a coordinate-sorted BAM file

Run Picard_merge_4BAMs_markDupl.sh script for each sample

  • Sequencing batch 1

Sample 45_1_B

nohup ./Picard_merge_4BAMs_markDupl.sh  45_1_B  45_1_B.recalib.bam  45_1_B.2.recalib.bam  45_1_B.3.recalib.bam  45_1_B.4.recalib.bam  >  45_1_B.Picard_merge_4BAMs_markDupl.log &

Sample 45_2_C

nohup ./Picard_merge_4BAMs_markDupl.sh  45_2_C  45_2_C.recalib.bam  45_2_C.2.recalib.bam  45_2_C.3.recalib.bam  45_2_C.4.recalib.bam  >  45_2_C.Picard_merge_4BAMs_markDupl.log &

Sample 45_3_D

nohup ./Picard_merge_4BAMs_markDupl.sh  45_3_D  45_3_D.recalib.bam  45_3_D.2.recalib.bam  45_3_D.3.recalib.bam  45_3_D.4.recalib.bam  >  45_3_D.Picard_merge_4BAMs_markDupl.log &

Sample 45_4_E

nohup ./Picard_merge_4BAMs_markDupl.sh  45_4_E  45_4_E.recalib.bam  45_4_E.2.recalib.bam  45_4_E.3.recalib.bam  45_4_E.4.recalib.bam  >  45_4_E.Picard_merge_4BAMs_markDupl.log &

Sample 95_1_A

nohup ./Picard_merge_4BAMs_markDupl.sh  95_1_A  95_1_A.recalib.bam  95_1_A.2.recalib.bam  95_1_A.3.recalib.bam  95_1_A.4.recalib.bam  >  95_1_A.Picard_merge_4BAMs_markDupl.log &

Sample 95_2_B

nohup ./Picard_merge_4BAMs_markDupl.sh  95_2_B  95_2_B.recalib.bam  95_2_B.2.recalib.bam  95_2_B.3.recalib.bam  95_2_B.4.recalib.bam  >  95_2_B.Picard_merge_4BAMs_markDupl.log &

Sample 95_3_C

nohup ./Picard_merge_4BAMs_markDupl.sh  95_3_C  95_3_C.recalib.bam  95_3_C.2.recalib.bam  95_3_C.3.recalib.bam  95_3_C.4.recalib.bam  >  95_3_C.Picard_merge_4BAMs_markDupl.log &

Sample 95_4_D

nohup ./Picard_merge_4BAMs_markDupl.sh  95_4_D  95_4_D.recalib.bam  95_4_D.2.recalib.bam  95_4_D.3.recalib.bam  95_4_D.4.recalib.bam  >  95_4_D.Picard_merge_4BAMs_markDupl.log &

7. Local alignment around indels

The local realignment process is designed to locally realign reads such that the number of mismatching bases is minimized across all the reads. In general, a large percent of regions requiring local realignment are due to the presence of an insertion or deletion (indels) in the individual's genome with respect to the reference genome. Such alignment artifacts result in many bases mismatching the reference near the misalignment, which are easily mistaken as SNPs. Moreover, since read mapping algorithms operate on each read independently, it is impossible to place reads on the reference genome such at mismatches are minimized across all reads. Consequently, even when some reads are correctly mapped with indels, reads covering the indel near just the start or end of the read are often incorrectly mapped with respect the true indel, also requiring realignment. Local realignment serves to transform regions with misalignments due to indels into clean reads containing a consensus indel suitable for standard variant discovery approaches.

NOTE: Local realignment is not necessary for variant callers that perform a haplotype assembly step, such as HaplotypeCaller or MuTect2. We perfrom this step since we adapted the mpileup appraoch for calling variants.

7.1 Create the reference fasta sequence dictionary file

$HOME/applications/picard-tools-1.119/CreateSequenceDictionary.jar R= /data/BCI-BioInformatics/Jun/reference_hg38/hg38.fa O= /data/BCI-BioInformatics/Jun/reference_hg38/hg38.dict

7.2 Perform local alignment around indels

Tool: GATK
Algorithm: RealignerTargetCreator

Tool: GATK
Algorithm: IndelRealigner

Tool: Picard
Algorithm: FixMateInformation

Paramter Value Description
SO coordinate Sort order of output file by coordinate
VALIDATION_STRINGENCY LENIENT Validation stringency for all SAM files read
CREATE_INDEX TRUE Create a BAM index when writing a coordinate-sorted BAM file

Run Picard_GATK_localAlign_indels.sh script for each sample

Sample 45_1_B

nohup ./Picard_GATK_localAlign_indels.sh  45_1_B.merged > 45_1_B.merged.Picard_GATK_localAlign_indels.log &

Sample 45_2_C

nohup ./Picard_GATK_localAlign_indels.sh  45_2_C.merged > 45_2_C.merged.Picard_GATK_localAlign_indels.log &

Sample 45_3_D

nohup ./Picard_GATK_localAlign_indels.sh  45_3_D.merged > 45_3_D.merged.Picard_GATK_localAlign_indels.log &

Sample 45_4_E

nohup ./Picard_GATK_localAlign_indels.sh  45_4_E.merged > 45_4_E.merged.Picard_GATK_localAlign_indels.log &

Sample 95_1_A

nohup ./Picard_GATK_localAlign_indels.sh  95_1_A.merged > 95_1_A.merged.Picard_GATK_localAlign_indels.log &

Sample 95_2_B

nohup ./Picard_GATK_localAlign_indels.sh  95_2_B.merged > 95_2_B.merged.Picard_GATK_localAlign_indels.log &

Sample 95_3_C

nohup ./Picard_GATK_localAlign_indels.sh  95_3_C.merged > 95_3_C.merged.Picard_GATK_localAlign_indels.log &

Sample 95_4_D

nohup ./Picard_GATK_localAlign_indels.sh  95_4_D.merged > 95_4_D.merged.Picard_GATK_localAlign_indels.log &

8. Base quality score recalibration

Variant calling algorithms rely heavily on the quality scores assigned to the individual base calls in each sequence read. These scores are per-base estimates of error emitted by the sequencing machines. Unfortunately, the scores produced by the machines are subject to various sources of systematic technical error, leading to over- or under-estimated base quality scores in the data. Base quality score recalibration (BQSR) is a process in which machine learning is applied to model these errors empirically and adjust the quality scores accordingly. This allows to get more accurate base qualities, which in turn improves the accuracy of our variant calls. The base recalibration process involves two key steps: first the program builds a model of covariation based on the data and a set of known variants, then it adjusts the base quality scores in the data based on the model.

8.1 Perform base quality score recalibration

Tool: GATK
Algorithm: BaseRecalibrator

Tool: GATK
Algorithm: PrintReads

Run GATK_baseQrecalib.sh script for each sample

Sample 45_1_B

nohup ./GATK_baseQrecalib.sh  45_1_B.merged > 45_1_B.merged.GATK_baseQrecalib.log &

Sample 45_2_C

nohup ./GATK_baseQrecalib.sh  45_2_C.merged > 45_2_C.merged.GATK_baseQrecalib.log &

Sample 45_3_D

nohup ./GATK_baseQrecalib.sh  45_3_D.merged > 45_3_D.merged.GATK_baseQrecalib.log &

Sample 45_4_E

nohup ./GATK_baseQrecalib.sh  45_4_E.merged > 45_4_E.merged.GATK_baseQrecalib.log &

Sample 95_1_A

nohup ./GATK_baseQrecalib.sh  95_1_A.merged > 95_1_A.merged.GATK_baseQrecalib.log &

Sample 95_2_B

nohup ./GATK_baseQrecalib.sh  95_2_B.merged > 95_2_B.merged.GATK_baseQrecalib.log &

Sample 95_3_C

nohup ./GATK_baseQrecalib.sh  95_3_C.merged > 95_3_C.merged.GATK_baseQrecalib.log &

Sample 95_4_D

nohup ./GATK_baseQrecalib.sh  95_4_D.merged > 95_4_D.merged.GATK_baseQrecalib.log &

8.2 Remove redundant files for each sample to save space

rm [sample_name].sam
rm [sample_name].bam
rm [sample_name].bai
rm [sample_name].merged.marked.bam
rm [sample_name].merged.marked.bai
rm [sample_name].merged.marked.realigned.bam
rm [sample_name].merged.marked.realigned.bai
rm [sample_name].merged.marked.realigned.fixed.bam
rm [sample_name].merged.marked.realigned.fixed.bai

9. Check merged and recalibrated BAM files

Tool: SAMtools
Algorithm: flagstat

Sample 45_1_B

samtools flagstat 45_1_B.merged.recalib.bam > 45_1_B.merged.recalib.flagstat.txt

Sample 45_2_C

samtools flagstat 45_2_C.merged.recalib.bam > 45_2_C.merged.recalib.flagstat.txt

Sample 45_3_D

samtools flagstat 45_3_D.merged.recalib.bam > 45_3_D.merged.recalib.flagstat.txt

Sample 45_4_E

samtools flagstat 45_4_E.merged.recalib.bam > 45_4_E.merged.recalib.flagstat.txt

Sample 95_1_A

samtools flagstat 95_1_A.merged.recalib.bam > 95_1_A.merged.recalib.flagstat.txt

Sample 95_2_B

samtools flagstat 95_2_B.merged.recalib.bam > 95_2_B.merged.recalib.flagstat.txt

Sample 95_3_C

samtools flagstat 95_3_C.merged.recalib.bam > 95_3_C.merged.recalib.flagstat.txt

Sample 95_4_D

samtools flagstat 95_4_D.merged.recalib.bam > 95_4_D.merged.recalib.flagstat.txt

10. Index BAM files

Tool: SAMtools
Algorithm: index

Sample 45_1_B

samtools index 45_1_B.merged.recalib.bam

Sample 45_2_C

samtools index 45_2_C.merged.recalib.bam

Sample 45_3_D

samtools index 45_3_D.merged.recalib.bam

Sample 45_4_E

samtools index 45_4_E.merged.recalib.bam

Sample 95_1_A

samtools index 95_1_A.merged.recalib.bam

Sample 95_2_B

samtools index 95_2_B.merged.recalib.bam

Sample 95_3_C

samtools index 95_3_C.merged.recalib.bam

Sample 95_4_D

samtools index 95_4_D.merged.recalib.bam

11. Variant calling

Since we expect little tumour content in the plasma DNA variant detection algorithms like Mutect2, which rely on statistical models, are not "sensitive" enough. For that reason, we adopted a pileup approach based on reporting any variants, compared to reference genome, across all samples followed by relevant filtering (see paper by Murtaza M et al, 2013, Non-invasive analysis of acquired resistance to cancer therapy by sequencing of plasma DNA).

Tool: SAMtools
Algorithm: mpileup

Paramter Value Description
-B N/A Disable probabilistic realignment for the computation of base alignment quality (BAQ) to reduce false SNPs caused by misalignments
-q 20 Minimum mapping quality for an alignment
-Q 15 Minimum base quality for a base to be considered
-R N/A Ignore RG tags. Treat all reads in one BAM as one sample

Tool: VarScan
Algorithm: mpileup2cns

Paramter Value Description
--min-coverage 10 Minimum read depth at a position to make a call
--min-reads2 1 Minimum supporting reads at a position to call variants
--min-avg-qual 15 Minimum base quality at a position to count a read
--min-var-freq 0.001 Minimum variant allele frequency threshold
--p-value 0.99 Default p-value threshold for calling variants
--strand-filter 0 Do not ignore variants with >90% support on one strand
--output-vcf 1 Output in VCF format
--variants 1 Report only variant (SNP/indel) positions

Note: NOTE: Run this analysis from whole-genome sequencing (WGS) directory including all samples (normal tissue + tumour tissue + plasma 1 + plasma 2 + plasma 3 + plasma 4).

Run Varscan_pileup2cns_3samples.sh script for each sample

ctdna_wes_pipeline's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.