Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • Cow Annotations with ANNOVAR?

    Are there any ANNOVAR experts out there?

    I've got some VCFs I generated from some bos Taurus exome sequence data, and I'd like to annotate them. Following the directions on their website, I did manage to get the basic functionality to work. My variant_function seems fine, but my exonic_variant_function only has unknowns for everything.

    In my log, I have a ton of lines similar to:

    WARNING: Cannot identify sequence for NM_001017937 (starting from chr19:52198616)

    I'm assuming this is the result of some failed downloads, most suspicious to me are the chromFa.zip and ChromFa.tar.gz, which appear in the documentation on ANNOVAR's site as failed as well. The files don't exist on the website at UCSC, even though they are used in the documentation as examples of how to download the files via wget and a few other tools.

    So, does anyone have any suggestions about creating these files myself or convince ANNOVAR to use one of the reference files that hasn't been split up by chromosomes?

    My db build script looks like this:

    #!/bin/bash
    VERSION=6
    export PATH=/scratch/lilab/cow/annovar/annovar/:$PATH
    DB=bosTauDB$VERSION
    DBV=bosTau$VERSION

    #annotate_variation.pl -downdb -buildver bosTau$VERSION -webfrom annovar refGene gene knownGene bosTauDB$VERSION
    annotate_variation.pl -downdb -buildver $DBV gene $DB/
    annotate_variation.pl -downdb -buildver $DBV -webfrom annovar refGene $DB/
    annotate_variation.pl -buildver $DBV -downdb seq $DB/${DBV}_seq
    retrieve_seq_from_fasta.pl $DB/${DBV}_refGene.txt -seqfile $DB/${DBV}_seq -format refGene -outfile $DB/${DBV}_refGeneMrna.fa

    Any tips are greatly welcome, even if they are from folks using other non-human references (I suspect human annotations don't have these sorts of problems)

  • #2
    I am afraid I don't know much about annovar but I will say the Ensembl Variant Effect Predictor should work find with Cow as there is an ensembl cow database

    See



    and

    Comment


    • #3
      Thanks for the tip, Laura. I actually figured this out after poking around the database location and discovering that what I'm putting for the -seqfile was a directory, and needed to be set to $DB/${DBC}_seq/${DB}.fa That was actually stated in the documentation at ANNOVAR, but got muddled once I started using variables in my bash script.

      I'll have to look at what Ensembl offers. I knew they had some cow data, but I've never used their online tools.

      Comment


      • #4
        The Ensembl VEP is a pretty cool tool

        You can also use it as a script and where available it also considered regulatory features

        Comment

        Latest Articles

        Collapse

        • seqadmin
          Current Approaches to Protein Sequencing
          by seqadmin


          Proteins are often described as the workhorses of the cell, and identifying their sequences is key to understanding their role in biological processes and disease. Currently, the most common technique used to determine protein sequences is mass spectrometry. While still a valuable tool, mass spectrometry faces several limitations and requires a highly experienced scientist familiar with the equipment to operate it. Additionally, other proteomic methods, like affinity assays, are constrained...
          04-04-2024, 04:25 PM
        • seqadmin
          Strategies for Sequencing Challenging Samples
          by seqadmin


          Despite advancements in sequencing platforms and related sample preparation technologies, certain sample types continue to present significant challenges that can compromise sequencing results. Pedro Echave, Senior Manager of the Global Business Segment at Revvity, explained that the success of a sequencing experiment ultimately depends on the amount and integrity of the nucleic acid template (RNA or DNA) obtained from a sample. “The better the quality of the nucleic acid isolated...
          03-22-2024, 06:39 AM

        ad_right_rmr

        Collapse

        News

        Collapse

        Topics Statistics Last Post
        Started by seqadmin, 04-11-2024, 12:08 PM
        0 responses
        18 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 04-10-2024, 10:19 PM
        0 responses
        22 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 04-10-2024, 09:21 AM
        0 responses
        16 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 04-04-2024, 09:00 AM
        0 responses
        46 views
        0 likes
        Last Post seqadmin  
        Working...
        X