-
Notifications
You must be signed in to change notification settings - Fork 161
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
variant not scored #137
Comments
Could you give me the variant in VCF format? |
Dear SpliceAI Staff, I am currently facing an issue with a variant in my database. I attempted to run SpliceAI locally for this variant using multiple parameters (-D), but it failed. Strangely, the same variant seems to produce a result on the SpliceAI website. I am working on a script to create a database that annotates only new variants using HG38. To achieve this, I created a VCF file with an HG38 header using UCSC's chromosome length size information for GRCh38/HG38 from My VCF file looks like this:
The original file contains more entries, but the variant that did not yield a result is on the third line. I used the following command to run SpliceAI: The resulting output in
I also tried analyzing this variant in isolation and changing the region, but I consistently received similar results. Could this issue be related to a specific transcript? I noticed that the gene NBR2 is used for annotation on the SpliceAI website, but I couldn't find it in Thank you for your assistance. |
The issue is due to the transcript annotations. SpliceAI uses RNA context and not DNA context, and it uses the annotation file to determine which parts of the DNA are transcribed (it does not assign scores for variants outside this region). You just need to add the transcript to annotations/grch38.txt or provide a custom annotation file via the -A parameter (in the same format as the existing annotation files). |
Hi there @kishorejaganathan, yes, I am aware of that. The transcript for the BRCA1 gene is located in the file SpliceAI/spliceai/annotations/grch38.txt
The first exon is delimited to the position |
The annotation file acts like a filter first, so all variants outside TX_START-TX_END will not get annotated regardless of the choice of D (which comes into play much later). |
Hello,
I understand your explanation regarding why some variants are not scored, but none of the possibilities seem to explain why my variant is not scored. Do you have any suggestions?
NM_000455.5:c.597+14delA
The text was updated successfully, but these errors were encountered: