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
          Advanced Tools Transforming the Field of Cytogenomics
          by seqadmin


          At the intersection of cytogenetics and genomics lies the exciting field of cytogenomics. It focuses on studying chromosomes at a molecular scale, involving techniques that analyze either the whole genome or particular DNA sequences to examine variations in structure and behavior at the chromosomal or subchromosomal level. By integrating cytogenetic techniques with genomic analysis, researchers can effectively investigate chromosomal abnormalities related to diseases, particularly...
          09-26-2023, 06:26 AM
        • seqadmin
          How RNA-Seq is Transforming Cancer Studies
          by seqadmin



          Cancer research has been transformed through numerous molecular techniques, with RNA sequencing (RNA-seq) playing a crucial role in understanding the complexity of the disease. Maša Ivin, Ph.D., Scientific Writer at Lexogen, and Yvonne Goepel Ph.D., Product Manager at Lexogen, remarked that “The high-throughput nature of RNA-seq allows for rapid profiling and deep exploration of the transcriptome.” They emphasized its indispensable role in cancer research, aiding in biomarker...
          09-07-2023, 11:15 PM

        ad_right_rmr

        Collapse

        News

        Collapse

        Topics Statistics Last Post
        Started by seqadmin, Yesterday, 09:38 AM
        0 responses
        9 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 09-27-2023, 06:57 AM
        0 responses
        11 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 09-26-2023, 07:53 AM
        1 response
        23 views
        0 likes
        Last Post seed_phrase_metal_storage  
        Started by seqadmin, 09-25-2023, 07:42 AM
        0 responses
        17 views
        0 likes
        Last Post seqadmin  
        Working...
        X