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

Issue27 fix #28

Open
wants to merge 144 commits into
base: master
Choose a base branch
from
Open

Issue27 fix #28

wants to merge 144 commits into from

Conversation

AlaaALatif
Copy link
Member

@AlaaALatif AlaaALatif commented Aug 1, 2021

Fixes #27
Implement a corrected and more intuitive way of numbering deletion mutations, which allows us to:

  1. fix the simplified deletion names displayed on outbreak.info after changes made in PR #24 (fixes issue #411 on outbreak)
  2. facilitate a more intuitive way of generating complete deletion names e.g. ORF1a:DEL3675.1/3677.3 represents a 9-nucleotide deletion in the ORF1a gene that starts at the 1st nucleotide of codon 3675 and ends at the 3rd nucleotide of codon 3677. Similarly, S:DEL68.2/70.1 represents a 6-nucleotide deletion in the S gene that starts at the 2nd nucleotide of codon 68 and ends at the 1st nucleotide of codon 70.

… it to be used for internal sequence submissions
AlaaALatif and others added 25 commits May 5, 2021 12:54
* import GENE2POS directly from data.py, allows for easy exploratorive work in notebooks

* import GENE2POS correctly

* fixes #22, computing point mutations resultant from out-of-frame deletions

* fix indent in line 415

* add docstring to identifying out-of-frame substitutions

* fixes #21

* lab notebook for solving issues 22 and 21, regarding point mutations resultant from out-of-frame deletions

* update deletion naming convention based on corrected numbering system

* add comments

* more docstrings

* import submodules so they can be used in notebooks

* clean up and update
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Characteristic mutations display "ORF1a" wrongly Implement corrected Deletion naming after PR #24
5 participants