10 October 2017 4 919 Report

In exome sequencing, specific interval list (-L) is used by each company to capture particular region. But all exome in the genome will be in particular regions (the default region of exomes mentioned here.

$ curl -s "http://hgdownload.cse.ucsc.edu/goldenPath/hg38/database/refGene.txt.gz" |\ gunzip -c | cut -f 3,5,6 | sort -t $'\t' -k1,1 -k2,2n | bedtools merge -i - > exome.bed

  • I mentioned custom interval list as designed by company like agilent or illumina
  • Default interval list as the normal exonic regions in the whole genome?
  • So what is the difference between using custom interval list (-L option used in GATK best Practice and default interval list. How the accuracy of the output is affected?

    More Snijesh V.P.'s questions See All
    Similar questions and discussions