-
Notifications
You must be signed in to change notification settings - Fork 372
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to annotate translocation varaints? #272
Comments
you can treat it as two variants, to know where the translocation
breakpoints are and how they impact the gene.
The new gene needs to be predicted by hand, calculating whether a new ORF
is formed by concatenating the two existing transcripts. This also replies
on a few assumptions such as that the exon structure (splicing pattern) is
in tact, which may not be the case. In general you need to look at
transcriptome data to show whether there is really a new gene.
…On Wed, Jan 22, 2025 at 10:23 AM DayTimeMouse ***@***.***> wrote:
Hi,
Thanks for developing this nice tool.
How to annotate translocation variants via ANNOVAR?
The REF and ALT fields in the VCF file for SVs do not contain any bases.
How can I annotate these translocation variants to genes? For example, I
want to know which genes these translocations occur in, whether new genes
are formed, etc.
Best wishes.
—
Reply to this email directly, view it on GitHub
<#272>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABNG3OFDTV3HMMBZVE5VLVT2L6ZY3AVCNFSM6AAAAABVVGPYIKVHI2DSMVQWIX3LMV43ASLTON2WKOZSHAYDINRYGA4DANY>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
I'm confused about the .variant_function in the output results. What does NONE(dist=NONE) mean? Also, does something like ENSG00000215912.13(dist=266273), ENSG00000285945.1(dist=81223) suggest that the breakpoint(chr1 4132525) might affect these two genes?
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
Thanks for developing this nice tool.
How to annotate translocation variants via ANNOVAR?
The REF and ALT fields in the VCF file for SVs do not contain any bases. How can I annotate these translocation variants to genes? For example, I want to know which genes these translocations occur in, whether new genes are formed, etc.
Best wishes.
The text was updated successfully, but these errors were encountered: