You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are cases where a breakpoint can occur before or after a transcript (i.e. in the untranslated region, or UTR). We should check for these cases when selecting the adjacent exon.
@korikuzma Yes this includes a fix to the logic described in #361. I realized when looking at the GENIE data that there can be breakpoint before or after the transcript (e.g. Promoter of AOC4P(+):3Kb from tx start), so I thought it would be good to add this fix
Describe the bug
There are cases where a breakpoint can occur before or after a transcript (i.e. in the untranslated region, or UTR). We should check for these cases when selecting the adjacent exon.
Steps to reproduce
Expected behavior
This should output 1, since this occurs two bases before the transcription start site of exon 1
Current behavior
This returns exon 10, as it iterates through the whole exon list since this breakpoint occurs outside of the transcript range
Possible reason(s)
No response
Suggested fix
No response
Branch, commit, and/or version
Main branch
Screenshots
No response
Environment details
Mac M1
Additional details
No response
Contribution
Yes, I can create a PR for this fix.
The text was updated successfully, but these errors were encountered: