Unconfigured Ad

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Fabrice ODEFREY
    Member
    • May 2010
    • 21

    #16
    SVA only support hg18 so no point using it for the moment if you aligned to hg19.

    Comment

    • laura
      Senior Member
      • Sep 2008
      • 151

      #17
      ensembl works on both NCBI36 and GRCh37 (hg18/hg19)

      Comment

      • Papillon
        Member
        • Mar 2011
        • 13

        #18
        I'm an intern working with exome analysis and I am facing the same thing. I want to implement this annotation into my own java pipeline and although the solution may seem very easy, I am troubled in finding the right approach.

        I have tried using the RefSeq annotation file of SeqCap EZ Exome v2 (matching UCSC genome browser with HG19), which holds information on cdsStart, -End en exon starts and endings. This file also holds an Ensembl gene reference for each RefSeq gene, which should make it easy to link with the cDNA fasta file of Ensembl and get exactly what I want...

        ... a few problems though:
        1) RefSeq- and ensembl genes overlap and multiple of the same ensembl references may occur in the ensembl fasta file, making it hard to differentiate. This is most likely due to different isoforms.
        2) Looking at a few cases, I noticed that some RefSeq genes show cdsStart and cdsEnd positions that can not be traced back to ensembl. In other words: when I read the ensembl reference from the RefSeq file and look them up in the ensembl file, I can find multiple isoforms, but none with the same cdsStart and/or cdsEnd. I already take into account that RefSeq and Ensembl differ 1 nuc. in cdsStart. Both files are based on HG19, so that can't be the problem either.

        What would be the best approach on solving this puzzle? Should I just walk through the entire genome and annotate all the information to my SNPs as I go along? Any thoughts are welcome.

        Thanks a bunch!

        Comment

        • laura
          Senior Member
          • Sep 2008
          • 151

          #19
          If you have hg19/GRCh37 positions for all your snps I would suggest using a tool like the ensembl variant effect predictor to get the consequences of your snps and then tracing to refseq ids using the ensembl xref system rather than doing it the other way around

          Refseq models and Ensembl models should be mostly the same for the cds coordinates (though not in all models) but to get the models which are identical across both sets it best to look at the ccds models http://www.ncbi.nlm.nih.gov/projects...CcdsBrowse.cgi

          Do remember that utr coordinate may be different across both sets

          Comment

          • jnfass
            Member
            • Aug 2008
            • 88

            #20
            We're looking at using Ensembl's Variant Effect Predictor right now ... but with a non-model organism (or at least a model organism with some regions replaced by a "better" assembly). It seems like we'll need to set up a local database in order to provide the reference and gene models. Does anyone have experience setting up a db like this?

            Comment

            • apratap
              Member
              • Jan 2009
              • 58

              #21
              You could also try :



              The requirement is that the input snps be in VCF format.

              -Abhi

              Comment

              • jnfass
                Member
                • Aug 2008
                • 88

                #22
                Thanks, but it seems to only do SNPs ... we need to annotate indels, too.

                Comment

                • laura
                  Senior Member
                  • Sep 2008
                  • 151

                  #23
                  For help with setting up a custom ensembl database I would suggest emailing [email protected] to get help

                  Comment

                  • Michael.James.Clark
                    Senior Member
                    • Apr 2009
                    • 207

                    #24
                    Originally posted by jnfass View Post
                    Thanks, but it seems to only do SNPs ... we need to annotate indels, too.
                    Try Annovar. http://www.openbioinformatics.org/annovar/
                    Mendelian Disorder: A blogshare of random useful information for general public consumption. [Blog]
                    Breakway: A Program to Identify Structural Variations in Genomic Data [Website] [Forum Post]
                    Projects: U87MG whole genome sequence [Website] [Paper]

                    Comment

                    • nexgengirl
                      Member
                      • Apr 2010
                      • 31

                      #25
                      Check out the Polyphen-2 website. If you run your SNPs through the batch page:



                      it will output a SNP file which is a mapping of all your SNPs. If you work with different settings for the advanced options on the input page you should be able to annotate the SNPs in many ways. Hope this helps!

                      Comment

                      • jnfass
                        Member
                        • Aug 2008
                        • 88

                        #26
                        @Michael.James.Clark ... Annovar seems to require annotation databases from the UCSC Genome Browser. That doesn't exist for at least part of the genome I'm working with.

                        @nexgengirl ... Polyphen-2 seems to be restricted to human

                        @laura ... thanks for the suggestion; I might try contacting ensembl.

                        But in the meantime someone responded to my Biostar post and suggested snpEff (snpeff.sourceforge.net) and it seems to fit the bill. If anyone has had good or bad experience with it, I'd appreciate hearing about it.

                        Comment

                        • Michael.James.Clark
                          Senior Member
                          • Apr 2009
                          • 207

                          #27
                          Originally posted by jnfass View Post
                          @Michael.James.Clark ... Annovar seems to require annotation databases from the UCSC Genome Browser. That doesn't exist for at least part of the genome I'm working with.

                          @nexgengirl ... Polyphen-2 seems to be restricted to human

                          @laura ... thanks for the suggestion; I might try contacting ensembl.

                          But in the meantime someone responded to my Biostar post and suggested snpEff (snpeff.sourceforge.net) and it seems to fit the bill. If anyone has had good or bad experience with it, I'd appreciate hearing about it.
                          For your and others' information, Annovar doesn't require annotation databases from UCSC. You can make your own annotations and feed them to the program. Read the documentation.
                          Mendelian Disorder: A blogshare of random useful information for general public consumption. [Blog]
                          Breakway: A Program to Identify Structural Variations in Genomic Data [Website] [Forum Post]
                          Projects: U87MG whole genome sequence [Website] [Paper]

                          Comment

                          • jnfass
                            Member
                            • Aug 2008
                            • 88

                            #28
                            Ok ... thanks.

                            You're probably referring to this.

                            Comment

                            • Michael.James.Clark
                              Senior Member
                              • Apr 2009
                              • 207

                              #29
                              Yeah, I'm not saying it is necessarily the easiest solution for you, but it is incorrect to state that it requires annotation databases from UCSC.
                              Mendelian Disorder: A blogshare of random useful information for general public consumption. [Blog]
                              Breakway: A Program to Identify Structural Variations in Genomic Data [Website] [Forum Post]
                              Projects: U87MG whole genome sequence [Website] [Paper]

                              Comment

                              • colindaven
                                Senior Member
                                • Oct 2008
                                • 417

                                #30
                                Thanks for the idea on SNPeff. It's working very well for me and even supports some bacterial genomes out of the box. Input format is also easy to generate, as well as VCF or pileup.

                                Comment

                                Latest Articles

                                Collapse

                                • SEQadmin2
                                  Beyond CRISPR/Cas9: Understand, Choose, and Use the Right Genome Editing Tool
                                  by SEQadmin2



                                  CRISPR/Cas9 sparked the gene editing revolution for both research and therapeutics.1 But this system still showed severe issues that limited its applications. The most prominent were the heavy reliance on PAM sequences, delivery limitations, double-stranded breaks that prompt unintended edits and cell death, and editing inefficiency (both in targeting and in knock-in reliability).

                                  Despite this, “CRISPR helped turn genome editing from a specialized technique into
                                  ...
                                  07-31-2026, 11:01 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
                                  ...
                                  07-20-2026, 11:48 AM

                                ad_right_rmr

                                Collapse

                                News

                                Collapse

                                Topics Statistics Last Post
                                Started by SEQadmin2, Today, 12:22 PM
                                0 responses
                                12 views
                                0 reactions
                                Last Post SEQadmin2  
                                Started by SEQadmin2, 08-11-2026, 10:35 AM
                                0 responses
                                13 views
                                0 reactions
                                Last Post SEQadmin2  
                                Started by SEQadmin2, 08-06-2026, 07:41 AM
                                0 responses
                                30 views
                                0 reactions
                                Last Post SEQadmin2  
                                Started by SEQadmin2, 08-03-2026, 10:13 AM
                                0 responses
                                48 views
                                0 reactions
                                Last Post SEQadmin2  
                                Working...