-
Notifications
You must be signed in to change notification settings - Fork 1
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
Feature/sdev 3256 gene list updates pharma cancer predisp #72
Feature/sdev 3256 gene list updates pharma cancer predisp #72
Conversation
…e_names or transcripts for equivalent features. Eg. NM_033360.4 should match 'NM_033360' and 'KRAS'.
…c_info to genes.py
Codecov ReportBase: 89.21% // Head: 89.50% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## develop #72 +/- ##
===========================================
+ Coverage 89.21% 89.50% +0.28%
===========================================
Files 8 7 -1
Lines 473 581 +108
===========================================
+ Hits 422 520 +98
- Misses 51 61 +10
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
…into feature/SDEV-3256_gene_list_updates_pharma_cancer_predisp
…ic_info and get_cancer_predisposition_info.
Updated |
New Features: - new list in genes.py - get_therapeutic_associated_genes - constants.py - expanded with commonly used GKB return properties. - GraphKBConnection login on init if given username and password. - typing_extensions>=3.7.4.2,<4.4 Improvements: - new test - match TERT:c.-124C>T - skipped test GERO-299 - test_missense_is_not_nonsense - not yet fixed. (Intercepted by pori_ipr_python). - Refactor - simplify __init__.py - move GraphKBConnection to util.py - Refactor - simplify - remove custom VERBOSE logging level. - update tests - fix test_known_fusion_single_gene_no_match
Release/v1.8.0 constants usablity
…into feature/SDEV-3256_gene_list_updates_pharma_cancer_predisp
Hi @mattdoug604, @creisle, |
I'm making an sdev team and I will add them to the repo permissions that way all at once. What is david's github handle? and who else should be on sdev https://github.com/orgs/bcgsc/teams/sdev/members |
Ping - new reviewers |
Hi @calchoo & @darenillas |
Hi @darenillas, @calchoo, @mattdoug604 pinging for some review |
Migrate get_cancer_predisposition_info and get_pharmacogenomic_info from gsc_report added to genes.py
These functions use a preferred gene_name to replace transcripts, alternated representations. Added an equivalent function to genes.py, get_preferred_gene_name.