Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • genomics_search
    Junior Member
    • Nov 2012
    • 2

    problem in opening annovar output file in Varsifter

    Hi all ,

    I ran Annovar and got the output from it. It gives output in CSV format.
    Now I need to filter them using Varsifter, which takes the input in VCF format.

    But the problem is that even after adding the header values in the file and saving it in vcf format, it does not opens in Varsifter. It says that "Data line column count is less than required, make sure that text is tab delimited".
    VCF file: https://www.dropbox.com/s/wtns0ots93...G02023.flt.vcf
    Annovar output: https://www.dropbox.com/s/hi32mv99no...me_summary.csv

    I am attaching my vcf file and annovar output in csv format.

    If anyone can help me in this matter, I will be really thankful.


    Thanks.
  • JKTeer
    Junior Member
    • Nov 2012
    • 4

    #2
    Hi,
    This error results from having too few columns in the position lines. The VCF format requires that 8 columns be present (when no info is present, a dot "." should be used). These columns need to separated by the tab character (not just a space).
    How did you add the ANNOVAR output to the VCF file?

    Comment

    • jfb
      Junior Member
      • Nov 2011
      • 7

      #3
      Is there a follow up to this? I also have a VCF file and an ANNOVAR output file and I'm wondering if I have to write my own script to stitch them together or if there is some existing tool for doing this? thanks.

      Comment

      • JKTeer
        Junior Member
        • Nov 2012
        • 4

        #4
        I don't know of any existing tools to insert ANNOVAR output back into a vcf file. My own scripts follow the ANNOVAR author's suggestion of using the VCF line as a comment in the ANNOVAR input, which can then be used to get the right output with the right vcf line. Although I would like to release my scripts at some point, they need some work and testing.
        The main challenge I have found is the conversion of coordinate systems from vcf to annovar and back to vcf.

        Here is my general approach:
        1. Expand VCF file so that each line has only one alternate allele.
        2. Run convert2annovar.pl with --includeinfo --allallele. I retain the original chromosome, position, ref_allele, and alt_allele to use as a key (to get the annovar output with the correct VCF line.)
        3. Run annotate_variation.pl with --separate flag, to get all possible transcripts.
        4. Add ANNOVAR output back into VCF file using chr:pos:ref:alt key. I reformat the ANNOVAR output to be a bit more structured. I also keep track of alternate alleles, so the final file has multiple alternate alleles per line, with the correctly ordered ANNOVAR annotations.
        5. I use a custom JSON file to parse the ANNOVAR outputs, so that alternate alleles are recognized and split by VarSifter, and gene names and variant type (stop, nonsyn, etc.) are pulled out from each transcript. (I can provide an example, but it completely depends on how the ANNOVAR info is formatted in the VCF file.)

        snpEFF might be an easier path to take, as it reads and writes VCF files. Be aware that a new version of snpEFF has been released that changed the output, so you'll have to modify the "snpEFF.vs.json" file as follows (until I release a new VarSifter version):

        Line 38:
        < "Gene_name": 5
        ---
        > "Gene_name": 6

        Comment

        Latest Articles

        Collapse

        • mylaser
          Reply to Proteomic Platforms: How to Choose the Right Analytical Strategy to Improve Detection and Clinical Applications
          by mylaser
          The world of online gaming has grown tremendously over the past few years, giving players access to exciting sports, casino games, and interactive entertainment from the comfort of their homes. Among the platforms gaining attention, Kheloyaar has become a trusted destination for users seeking a fast, secure, and engaging gaming experience.
          Whether you're a first-time visitor or an existing user, understanding the features of Kheloyar and the Kheloyaar login process can help you enjoy everything...
          Today, 12:33 AM
        • SEQadmin2
          Proteomic Platforms: How to Choose the Right Analytical Strategy to Improve Detection and Clinical Applications
          by SEQadmin2


          Proteomics platforms are evolving rapidly, with advances in mass spectrometry and affinity-based approaches expanding what researchers can detect and at what scale. As the field moves toward deeper proteome coverage and clinical applications, scientists face an increasingly complex landscape of tools. This article will explore how researchers are navigating these choices to find the right platform for their work.

          The systematic characterization of the human proteome has
          ...
          Yesterday, 11:48 AM
        • SEQadmin2
          Advanced Sequencing Platforms Tackle Neuroscience’s Toughest Genomics Problems
          by SEQadmin2



          Genomics studies in neuroscience face a special challenge due to the brain’s complexity and scarcity of samples. Mapping changes in cell type and state using conventional next-generation sequencing methods remains challenging. Advances in technologies like single-cell sequencing, spatial transcriptomics, and long-read sequencing have opened the door to deeper studies of the brain and diseases like Alzheimer’s, amyotrophic lateral sclerosis (ALS), and schizophrenia.
          ...
          07-09-2026, 11:10 AM

        ad_right_rmr

        Collapse

        News

        Collapse

        Topics Statistics Last Post
        Started by SEQadmin2, Yesterday, 11:10 AM
        0 responses
        8 views
        0 reactions
        Last Post SEQadmin2  
        Started by SEQadmin2, 07-13-2026, 10:26 AM
        0 responses
        30 views
        0 reactions
        Last Post SEQadmin2  
        Started by SEQadmin2, 07-09-2026, 10:04 AM
        0 responses
        39 views
        0 reactions
        Last Post SEQadmin2  
        Started by SEQadmin2, 07-08-2026, 10:08 AM
        0 responses
        25 views
        0 reactions
        Last Post SEQadmin2  
        Working...