Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • VCF 'QUAL' tool

    I'm working on generating some quality statistics for various BAM files. One number I'd like to generate is the confidence of the base call for each base--essentially the QUAL column of the VCF format spec (http://www.1000genomes.org/wiki/Anal...mat-version-41). However, I don't want to generate an entire VCF file, just a simple tab-delimited file that shows chromosome, position, and genotype confidence score.

    I've considered doing the calculation by hand, but I'd like to know if there is some existing tool/function that can accomplish this task for me. Again, I'm not interested in outputting any other data such as the actual base calls--just the confidence scores.

    Thanks for your help!

  • #2
    I'm also to trying to generate a VCF (to use to generate counts per gene with some Arabidopsis RNAseq data i have) file for Arabidopsis thaliana but am not sure where to start... any advice

    Comment


    • #3
      Hi guys,

      just use GATK to generate tab from your vfc file.

      MAKING TAB-DELIMITED FILE FROM VCF BY GATK

      java -jar GenomeAnalysisTK.jar \
      -R reference.fasta
      -T VariantsToTable \
      -V file.vcf \
      -F CHROM -F POS -F ID -F QUAL -F AC \ % what do you want
      -o results.table

      Comment


      • #4
        Just remember QUAL score will be confounded by Copy Number and SVs present in your individual/population. You'll get some very high QUAL scores for sites in the genome that have higher than expected coverage as lots of reads will appear to support a Variant at that site when actually it should be multiple sites. If you are going to be working with QUAL make sure you apply a Depth of Coverage filter to discard sites with depth of Coverage greater than ~1.2x the average depth of coverage for the sample.

        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