Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • variant filtering of mouse whole exome sequencing

    hi, I have general question here about exome sequencing variant filtering.
    I have generated mouse exome variants data from several samples using my pipeline including BWA alignment, samtools, picard and then GTAK. Also i got variant annotation table using Annovar.

    However, I was struck here since I have biology background with not computer program skills before. First I need to filter variants by using public resource dbsnp or variant data. I have downloaded variant data from Sanger which has variants callings from 17 mouses. however, i do not know how to start to filter these data using it. I have tried with Annovar variant_deduction.pl but it did not work on non-human data.

    Second, I have variant data from several different samples but how i use these data to filter variants? Is there good open resource that I just need to input my variant data and it can help me to filter these data?



    I found this SNP & Variation Suite from Golden Helix website. Anyone has used it and if it works just for human data too?

    Thanks
    Last edited by rzeng; 11-04-2013, 02:56 PM.

  • #2
    You can use the GATK VariantAnnotator .

    So something like:

    java -jar GenomeAnalysisTK.jar -T VariantAnnotator
    -R mm9.fa
    --variant input.vcf
    --dbsnp dbsnp135_path.vcf
    -A DepthPerAlleleBySample # you can run with --list to see other -A options
    -resource:my_dbsnp,vcf dbsnp135_path.vcf -E my_dbsnp.infofieldname
    -resource:my_snps2,vcf my_snps2_path.vcf -E my_snps2.infofiledname1 -E my_snps2.infofieldname2 -comp my_snps2, vcf my_snps2_path.vcf
    -o output.vcf


    This will produce output.vcf which has all the variants in input.vcf along with additional INFO field values based on values from the other .vcf files.
    It should then be possible to use GATK SelectVariants (or some other filtering tool) to extract the variants that you want.

    GATK tools can be somewhat complicated to use, so there's also this list:
    Last edited by bw.; 11-05-2013, 12:30 AM.

    Comment


    • #3
      BW. thank you for the information!

      Is -A: allelic depths which is the number of AD like example below that allelic depth is 0+2 =2 then I can set -A as a number based on the AD?

      GT: AD: DP:GQ:PL 1/1:0,2:2:6:66,6,0


      Also I do not quite understand what was the -resource my_dbsnp,vcf dbsnp135_path.vcf -E my_dbsnp.infofieldname -resource:my_snps2,vcf my_snps2_path.vcf -E my_snps2.infofiledname1 -E my_snps2.infofieldname2 -comp my_snps2, vcf my_snps2_path.vcf exactly mean?

      Suppose that my sample variant data is input1.vcf and I have other 5 extra variant data as input2/input3/input4/input5/input6.vcf and the i type
      --variant input1.vcf and type -resource like follows??

      -resource input2.vcf input2_path.vcf -E input2.infofildname
      -resource input3.vcf input3_path.vcf -E input3.infofildname
      .........

      What is -comp my_snps2 mean? I could not find a clear explain for this in GATK annotation argument details.



      Originally posted by bw. View Post
      You can use the GATK VariantAnnotator .

      So something like:

      java -jar GenomeAnalysisTK.jar -T VariantAnnotator
      -R mm9.fa
      --variant input.vcf
      --dbsnp dbsnp135_path.vcf
      -A DepthPerAlleleBySample # you can run with --list to see other -A options
      -resource:my_dbsnp,vcf dbsnp135_path.vcf -E my_dbsnp.infofieldname
      -resource:my_snps2,vcf my_snps2_path.vcf -E my_snps2.infofiledname1 -E my_snps2.infofieldname2 -comp my_snps2, vcf my_snps2_path.vcf
      -o output.vcf


      This will produce output.vcf which has all the variants in input.vcf along with additional INFO field values based on values from the other .vcf files.
      It should then be possible to use GATK SelectVariants (or some other filtering tool) to extract the variants that you want.

      GATK tools can be somewhat complicated to use, so there's also this list:
      http://nickloman.github.io/2013/01/1...ing-vcf-files/
      Last edited by rzeng; 11-05-2013, 09:25 AM.

      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, Yesterday, 06:57 AM
      0 responses
      11 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 05-06-2024, 07:17 AM
      0 responses
      16 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 05-02-2024, 08:06 AM
      0 responses
      19 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 04-30-2024, 12:17 PM
      0 responses
      24 views
      0 likes
      Last Post seqadmin  
      Working...
      X