-
Notifications
You must be signed in to change notification settings - Fork 7
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
One single RefSeq and different outputs depending on selected Max Distance #8
Comments
Hi Alexandra, when a user requests the default distance (D=50) for a SNP or small InDel, the server looks up the score in precomputed tables. These tables only contain the score for the canonical transcript. If you change D to anything other than 50 (or just change "Use Illumina's pre-computed scores:" to No) then the server will run the SpliceAI model - which takes longer to return a result, but computes scores for all transcripts that overlap your variant. (I'm open to suggestions for how to make this behavior less confusing/surprising). |
Hi, It would be great if the user could choose between retrieving data
At this point and as is (after entering a specific NM_ and choosing D=500), I do not know which transcript to choose from the SpliceAI_Lookup output. How to find which ENST0000.. corresponds to NM_000249.4? Thanks, |
I see. That makes sense. I should be able to add NM transcript ids. |
Unfortunately returning just the one transcript as you describe is relatively difficult to implement except for D=50 |
OK, got it. Anyway, if you manage to add the NM_ transcript IDs in the output, it will solve the problem, thanks! |
Great! |
I just tried to analyse NM_000249.4(MLH1):c.116G>A again (Hg19, D=500, and Hg38 D=500) |
Thanks for helping troubleshoot this. This example keeps bringing up unexpected details : ) |
Hi,
I have another question, using NM_000249.4(MLH1):c.116G>A as an example
Why do one gets:
(a) one single output/set of results when using D=50?
(b) several different outputs/sets of results when using D=500?
In this case which one to choose? Which one corresponds to NM_000249.4?
ENST00000231790.8_4
ENST00000456676.6_4
ENST00000536378.5_1
ENST00000673673.1_3
ENST00000673715.1_1
ENST00000673899.1_1
ENST00000442249.6_2
ENST00000673713.1_1
ENST00000432299.6_2
ENST00000454028.5_1
ENST00000457004.5_1
ENST00000673897.1_1
ENST00000673947.1_1
ENST00000673972.1_1
ENST00000674111.1_1
I thank you in advance for your help.
Alexandra
The text was updated successfully, but these errors were encountered: