Skip to content
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

Add prefer-deletion-insertion option to coding-dna #120

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

nokara26
Copy link
Contributor

@nokara26 nokara26 commented Feb 6, 2025

Resolve #94

I added prefer-deletion-insertion option for coding-dna inversion.
I think repeat sequences can be converted to insertion or deletion, but cannot be converted to indel.

@nokara26 nokara26 requested review from federkasten and k-kom February 6, 2025 11:55
@nokara26 nokara26 self-assigned this Feb 6, 2025
"NM_001281494:c.3096-31_3096-8delAAACTTTTTTTTTTTTTTTTTTAAinsTTAAAAAAAAAAAAAAAAAAGTTT"
"NM_025133:c.*1347_*1370delTTAAAAAAAAAAAAAAAAAAGTTTinsAAACTTTTTTTTTTTTTTTTTTAA"
"NM_001190274:c.*1347_*1370delTTAAAAAAAAAAAAAAAAAAGTTTinsAAACTTTTTTTTTTTTTTTTTTAA")

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

default(prefer-deletion-insertion? false)

;; inversion
"chr2" 47806747 "AAAACTTTTTTTTTTTTTTTTTTAA" "ATTAAAAAAAAAAAAAAAAAAGTTT"
'("NM_000179:c.4002-31_4002-8inv"
"NM_001281492:c.3612-31_3612-8inv"
"NM_001281493:c.3096-31_3096-8inv"
"NM_001281494:c.3096-31_3096-8inv"
"NM_025133:c.*1347_*1370inv"
"NM_001190274:c.*1347_*1370inv") ; cf. rs267608133 (+)

@nokara26 nokara26 force-pushed the feature/add-prefer-deletion-insertion-option branch from 5a82362 to 6f36d1a Compare February 6, 2025 22:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

prefer-deletion-insertion? option
1 participant