Commit 658026a 1 parent 1663bc4 commit 658026a Copy full SHA for 658026a
File tree 2 files changed +8
-4
lines changed
2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 428
428
pref-only
429
429
palt-only)
430
430
ini-site-affected (ini-site-affected? ref-exon-seq alt-exon-seq)
431
+ first-diff-aa-is-ter-site (first-diff-aa-is-ter-site? base-ppos
432
+ ref-prot-seq
433
+ alt-prot-seq*)
431
434
t (cond
432
- ref-include-from-ter-start-and-over-ter-end :frame-shift
435
+ (and ref-include-from-ter-start-and-over-ter-end
436
+ (not first-diff-aa-is-ter-site)) :frame-shift
433
437
(= (+ base-ppos offset) (count ref-prot-seq)) (if (and (= " " pref-only palt-only)
434
438
(ter-site-same-pos? ref-prot-seq alt-prot-seq*))
435
439
:no-effect
455
459
(= palt (subs pref 0 (count palt))))
456
460
(= (first palt-only) \*)) :fs-ter-substitution
457
461
ref-include-ter-site :indel
458
- (first-diff-aa-is-ter-site? base-ppos
459
- ref-prot-seq
460
- alt-prot-seq*) :extension
462
+ first-diff-aa-is-ter-site :extension
461
463
:else :frame-shift )
462
464
(or (and (zero? nprefo) (zero? npalto))
463
465
(and (= nprefo 1 ) (= npalto 1 ))) :substitution
Original file line number Diff line number Diff line change 280
280
" chr11" 125655318 " TGA" " TAT" '(" p.*477Yext*17" " p.*443Yext*17" " p.*477Yext*24" )
281
281
" chr10" 8074014 " C" " CATGGGTT" '(" p.*445Yext*64" " p.*444Yext*64" ) ; not actual example (+)
282
282
" chr10" 87965468 " TC" " T" '(" p.*404Eext*11" " p.*577Eext*11" " p.*207Eext*11" ) ; not actual example (+)
283
+ " chrX" 15823239 " ATAA" " A" '(" p.*483Text*?" ) ; not actual example (+)
284
+ " chr13" 24421118 " CTTA" " C" '(" p.*1725Vext*2" ) ; not actual example (-)
283
285
; ; NOTE: There are very few correct examples...
284
286
285
287
; ; Extension without termination site
You can’t perform that action at this time.
0 commit comments