SVA only support hg18 so no point using it for the moment if you aligned to hg19.
Seqanswers Leaderboard Ad
Collapse
Announcement
Collapse
No announcement yet.
X
-
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
-
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
-
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
-
You could also try :
The requirement is that the input snps be in VCF format.
-Abhi
Comment
-
For help with setting up a custom ensembl database I would suggest emailing [email protected] to get help
Comment
-
Originally posted by jnfass View PostThanks, but it seems to only do SNPs ... we need to annotate indels, too.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
-
@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
-
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.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
-
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
Latest Articles
Collapse
-
by seqadmin
Many organizations study rare diseases, but few have a mission as impactful as Rady Children’s Institute for Genomic Medicine (RCIGM). “We are all about changing outcomes for children,” explained Dr. Stephen Kingsmore, President and CEO of the group. The institute’s initial goal was to provide rapid diagnoses for critically ill children and shorten their diagnostic odyssey, a term used to describe the long and arduous process it takes patients to obtain an accurate...-
Channel: Articles
12-16-2024, 07:57 AM -
-
by seqadmin
Innovations in next-generation sequencing technologies and techniques are driving more precise and comprehensive exploration of complex biological systems. Current advancements include improved accessibility for long-read sequencing and significant progress in single-cell and 3D genomics. This article explores some of the most impactful developments in the field over the past year.
Long-Read Sequencing
Long-read sequencing has seen remarkable advancements,...-
Channel: Articles
12-02-2024, 01:49 PM -
ad_right_rmr
Collapse
News
Collapse
Topics | Statistics | Last Post | ||
---|---|---|---|---|
Started by seqadmin, 12-17-2024, 10:28 AM
|
0 responses
28 views
0 likes
|
Last Post
by seqadmin
12-17-2024, 10:28 AM
|
||
Started by seqadmin, 12-13-2024, 08:24 AM
|
0 responses
43 views
0 likes
|
Last Post
by seqadmin
12-13-2024, 08:24 AM
|
||
Started by seqadmin, 12-12-2024, 07:41 AM
|
0 responses
29 views
0 likes
|
Last Post
by seqadmin
12-12-2024, 07:41 AM
|
||
Started by seqadmin, 12-11-2024, 07:45 AM
|
0 responses
42 views
0 likes
|
Last Post
by seqadmin
12-11-2024, 07:45 AM
|
Comment