Seqanswers Leaderboard Ad

Collapse

Announcement

Collapse
No announcement yet.
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • How to set filter for frequency of reads AND HapMap exome sample results:

    Hey All,

    I only used so far three filters for my whole exome pipeline (aligning to hg19) for a HapMap sample. I tried it on the NA19240 Hapmap sample from paper below (Table 3) which shows ~196 variants (SNPs and INDELs).


    However, using my filters as below I get = ~15000 (just NON_SYNONYMOUS_CODING alterations) and ~500 (INDELs). If you add INDELS, it's going to be much higher number. What am I doing wrong?

    My list of filters are:

    1) vcfutils varFilter -D1000
    2) snpEff -minQ 20 -minCoverage 30

    Could they have different filters like frequency of variants etc.? If so, how do I set these up? Any help? What are the default parameters for # of reads (minimum) and frequency in bwa,samtools?

    Below is my pipeline:

    * bwa aln hg19.fa S375_R1.fastq > S375_1.sai
    * bwa aln hg19.fa S375_R2.fastq > S375_2.sai
    * bwa sampe hg19.fa S375_1.sai S375_2.sai S375_R1.fastq S375_R2.fastq > S375_NoIndex_L007.sam
    * samtools view -bS S375_NoIndex_L007.sam > S375_NoIndex_L007.bam
    * samtools sort S375_NoIndex_L007.bam S375_NoIndex_L007.sorted
    * Marked duplicates using picard
    * samtools index S375_NoIndex_L007.marked.bam
    * samtools mpileup -uf hg19.fa S375_NoIndex_L007.marked.bam | bcftools view -bvcg - > S375_NoIndex_L007.raw.bcf
    * bcftools view S375_NoIndex_L007.raw.bcf | vcfutils.pl varFilter -D1000 > S375_NoIndex_L007_var_d200.flt.vcf
    Last edited by angerusso; 02-28-2012, 06:09 PM.

  • #2
    Just wondering what is the exome sample you try to process. I checked on the hapmap available on SRA .. but it seems that all samples are single-end.
    I could not find the NA19240 can you provide the link. thanks.
    link to the study i found in SRA: http://sra.dnanexus.com/dispatch_man..._name=download

    Comment


    • #3
      From what I can tell, you are filtering on a maximum depth of 1000. Try using a minimum depth of 5 ad allowing SNP calls from Anomalous reads. I also found turning BAQ off helps with sensitivity as BAQ can be a bit aggressive in filtering out SNP arounds indels.

      Try:
      samtools mpileup -ugBAf hg19.fa S375_NoIndex_L007.marked.bam | bcftools view -bvcg - > S375_NoIndex_L007.raw.bcf
      bcftools view S375_NoIndex_L007.raw.bcf | vcfutils.pl varFilter -d 5 > S375_NoIndex_L007_var_d200.flt.vcf

      Comment

      Latest Articles

      Collapse

      • seqadmin
        Recent Advances in Sequencing Analysis Tools
        by seqadmin


        The sequencing world is rapidly changing due to declining costs, enhanced accuracies, and the advent of newer, cutting-edge instruments. Equally important to these developments are improvements in sequencing analysis, a process that converts vast amounts of raw data into a comprehensible and meaningful form. This complex task requires expertise and the right analysis tools. In this article, we highlight the progress and innovation in sequencing analysis by reviewing several of the...
        05-06-2024, 07:48 AM
      • seqadmin
        Essential Discoveries and Tools in Epitranscriptomics
        by seqadmin




        The field of epigenetics has traditionally concentrated more on DNA and how changes like methylation and phosphorylation of histones impact gene expression and regulation. However, our increased understanding of RNA modifications and their importance in cellular processes has led to a rise in epitranscriptomics research. “Epitranscriptomics brings together the concepts of epigenetics and gene expression,” explained Adrien Leger, PhD, Principal Research Scientist...
        04-22-2024, 07:01 AM

      ad_right_rmr

      Collapse

      News

      Collapse

      Topics Statistics Last Post
      Started by seqadmin, 05-10-2024, 06:35 AM
      0 responses
      19 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 05-09-2024, 02:46 PM
      0 responses
      23 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 05-07-2024, 06:57 AM
      0 responses
      21 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 05-06-2024, 07:17 AM
      0 responses
      21 views
      0 likes
      Last Post seqadmin  
      Working...
      X