-
Notifications
You must be signed in to change notification settings - Fork 25
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
Evolutionary coupling #154
Conversation
Codecov Report
@@ Coverage Diff @@
## master #154 +/- ##
==========================================
+ Coverage 87.09% 87.13% +0.03%
==========================================
Files 70 71 +1
Lines 4821 4880 +59
==========================================
+ Hits 4199 4252 +53
- Misses 622 628 +6
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great! Just a couple very minor comments.
…evolutionary_coupling
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Implements the Evolutionary Coupling statistic.
The main logic is stored in
cassiopeia/tools/coupling.py
which in the future can store other methods for computing the "couplings" between variables.Auxiliary functionality is implemented in
cassiopeia/data/utilities.py
for computing distances between categories.This will work towards resolving #149