-
Notifications
You must be signed in to change notification settings - Fork 176
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
Macro: Remove and insert nucleotides in sequences (sequence representation) #3650
Comments
olganaz
changed the title
Remove and insert nucleotides in sequences
Macro: Remove and insert nucleotides in sequences (sequence representation)
Dec 4, 2023
rrodionov91
modified the milestones:
Macromolecules Milestone 4,
Macromolecules Milestone 5
Dec 21, 2023
Tests added to the automation table. |
9 tasks
rrodionov91
added a commit
that referenced
this issue
Mar 10, 2024
…epresentation) (#4210) - added performance improvements for monomers rendering and sequence/snake layout --------- Co-authored-by: Roman Rodionov <roman_rodionov@epam.com>
Tested. No comments. |
This was referenced Mar 26, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Background
Monomers in sequence representation are shown as a series of letters, allowing users to interact with the sequence as if it were text.
The bonds R2-R1 are not displayed in sequence representation, instead, the two nucleotides are depicted as symbols that come together to form a word,.
This task covers the ability to modify the sequence by either deleting or inserting nucleotides using a keyboard.
Nucleotide = RNA preset added on canvas (sugar+phosphate+base)
Nucleoside = sugar+base, connected by the bond between R3 AP of sugar and R1 AP of base.
Requirements
In sequence representation user should be able to work with RNA molecule as with text (type, delete):
Image for better understanding:
Image for better understanding:
UX
The text was updated successfully, but these errors were encountered: