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
        Genetic Variation in Immunogenetics and Antibody Diversity
        by seqadmin



        The field of immunogenetics explores how genetic variations influence immune responses and susceptibility to disease. In a recent SEQanswers webinar, Oscar Rodriguez, Ph.D., Postdoctoral Researcher at the University of Louisville, and Ruben Martínez Barricarte, Ph.D., Assistant Professor of Medicine at Vanderbilt University, shared recent advancements in immunogenetics. This article discusses their research on genetic variation in antibody loci, antibody production processes,...
        11-06-2024, 07:24 PM
      • seqadmin
        Choosing Between NGS and qPCR
        by seqadmin



        Next-generation sequencing (NGS) and quantitative polymerase chain reaction (qPCR) are essential techniques for investigating the genome, transcriptome, and epigenome. In many cases, choosing the appropriate technique is straightforward, but in others, it can be more challenging to determine the most effective option. A simple distinction is that smaller, more focused projects are typically better suited for qPCR, while larger, more complex datasets benefit from NGS. However,...
        10-18-2024, 07:11 AM

      ad_right_rmr

      Collapse

      News

      Collapse

      Topics Statistics Last Post
      Started by seqadmin, Today, 11:09 AM
      0 responses
      24 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, Today, 06:13 AM
      0 responses
      20 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 11-01-2024, 06:09 AM
      0 responses
      30 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 10-30-2024, 05:31 AM
      0 responses
      21 views
      0 likes
      Last Post seqadmin  
      Working...
      X