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
in the case of genomic liftover via transcript mappings we make no attempt to preference the ungapped alignments. Fixing this would reduce the overhead of liftovers where both gapped and ungapped mappings are available. ( This will increase the complexity of the liftover transcript selection code, and won't have an affect on the simpler use case, but should dramatically speed up the process, and possibly improve accuracy, when it does trigger.)
A preference for MANE Select could be added at the same time and might be useful for reliability (or at least consistancy)
If this is implemented we could also use this as a foundation to improve liftover granularity (e.g. only use transcript liftover when non-gapped transcript mappings are available, or don't liftover at all when only gapped lifts are possible).
Task 1 - Liftover
in the case of genomic liftover via transcript mappings we make no attempt to preference the ungapped alignments. Fixing this would reduce the overhead of liftovers where both gapped and ungapped mappings are available. ( This will increase the complexity of the liftover transcript selection code, and won't have an affect on the simpler use case, but should dramatically speed up the process, and possibly improve accuracy, when it does trigger.)
A preference for MANE Select could be added at the same time and might be useful for reliability (or at least consistancy)
If this is implemented we could also use this as a foundation to improve liftover granularity (e.g. only use transcript liftover when non-gapped transcript mappings are available, or don't liftover at all when only gapped lifts are possible).