Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • variant effects for non-model organisms

    Hi there,

    I have assembled a genome de novo. Now I have put quite some effort into gene prediction and lately I have called some SNPs for different populations of the species - was my first attempt to call SNPs so I am new to the SNPcalling field and file formats etc - Please excuse my ignorance.

    I am looking for a tool to identify the effects of the variants, whether they lie in predicted exons/introns, whether they change the AA, etc.

    I came across snpEFF and was happy at first, but after a closer look I am not sure if it really does what I want. I read also about EnsEMBL Variant effect predictor. As far as I understand these programs rely on annotated genes in databases. As the organism I am working with is a loooonnng way from any of the organisms in the databases I want to use my own predictions (gff3).

    Would be great if you could give me any hints or ideas on how to proceed! Thanks!

  • #2
    I recently succeeded annotating the variants of a non-model species using annovar. It is not straight forward, and I am still checking that I got it right, but I'm satisfied for the moment.

    In addition to the list of variants, I prepared 3 files. First, I converted the gff3 annotation to a table like knownGenes from UCSC (name it ending in "_knownGene.txt"). This may be the most difficult step. I wrote a script of my own, that I could share... Second, I generated a dummy file similar to the kgXref from UCSC in which I only filled up the two first columns (known gene ID, and mRNA ID). Name it with the same prefix as before, and ending in "_kgXref.txt". And third, I used the script retrieve_seq_from_fasta.pl, provided with annovar, and the reference genome of my organism in fasta format to generate the fasta file of transcript sequences. Name it with the same prefix and ending in "_knownGeneMrna.fa".

    Once you have those three files in the same directory (e.g., /home/database), you run annovar like this:

    annotate_variation.pl --geneanno --outfile <outfile> --dbtype knownGene --buildver <prefix_of_your_files> <list_of_variants> /home/database/

    Don't forget the final slash in the last argument, indicating the directory where your "database" is.

    Good luck.

    Comment


    • #3
      Hi Lluc,

      THank you very much for your answer and for sharing your approach!!! I appreciate it! I ll have to farmiliarize me a little bit with annovar and will then try your method (might come back to you with another question..).

      For now, I have found another approach that might be interesting for you also, if you want to test an alternative to Annovar: snpEFF in fact also enables you to use your own database, which can be created from your draft assembly. The few steps are explained on this website: http://snpeff.sourceforge.net/supportNewGenome.html. After that you just run snpEFF like here: http://snpeff.sourceforge.net/examples.html#ex3. For me it worked right away. I am just trying to assess the results now.

      Maybe you wanna try it..

      Thanks again for your help! Good luck! much obliged!

      Comment

      Latest Articles

      Collapse

      • seqadmin
        Quality Control Essentials for Next-Generation Sequencing Workflows
        by seqadmin




        Like all molecular biology applications, next-generation sequencing (NGS) workflows require diligent quality control (QC) measures to ensure accurate and reproducible results. Proper QC begins at nucleic acid extraction and continues all the way through to data analysis. This article outlines the key QC steps in an NGS workflow, along with the commonly used tools and techniques.

        Nucleic Acid Quality Control
        Preparing for NGS starts with isolating the...
        02-10-2025, 01:58 PM
      • seqadmin
        An Introduction to the Technologies Transforming Precision Medicine
        by seqadmin


        In recent years, precision medicine has become a major focus for researchers and healthcare professionals. This approach offers personalized treatment and wellness plans by utilizing insights from each person's unique biology and lifestyle to deliver more effective care. Its advancement relies on innovative technologies that enable a deeper understanding of individual variability. In a joint documentary with our colleagues at Biocompare, we examined the foundational principles of precision...
        01-27-2025, 07:46 AM

      ad_right_rmr

      Collapse

      News

      Collapse

      Topics Statistics Last Post
      Started by seqadmin, 02-07-2025, 09:30 AM
      0 responses
      71 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 02-05-2025, 10:34 AM
      0 responses
      113 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 02-03-2025, 09:07 AM
      0 responses
      86 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 01-31-2025, 08:31 AM
      0 responses
      48 views
      0 likes
      Last Post seqadmin  
      Working...
      X