-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Plot H12 GWSS traces for multiple cohorts together in a single figure (…
…#595) * First draft for multiple traces of H12. There are still things that I am not too happy about. * Forgot one of the shared params. * Solving linting issues * Solving more linting issues * Trying to get around assertions. * Trying to get around linting. * Trying to get around linting. * Trying to make the params for the multiple tracks make sense * Corrected a typo * More arguments moved to sample queries * Forgot a few selves * Started working on the docs * Followed Alistair's advices (I think). Still need to add tests and a better way to handle titles. * Messed up the type definition of window_sizes * Added some tests and made some little changes * Improved the def of window_size * add examples of multi plots * Update malariagen_data/anoph/h12.py Co-authored-by: Alistair Miles <alimanfoo@googlemail.com> * Update malariagen_data/anoph/h12.py Co-authored-by: Alistair Miles <alimanfoo@googlemail.com> * Update malariagen_data/anoph/h12.py Co-authored-by: Alistair Miles <alimanfoo@googlemail.com> * Update malariagen_data/anoph/h12.py Co-authored-by: Alistair Miles <alimanfoo@googlemail.com> * Update malariagen_data/anoph/h12_params.py Co-authored-by: Alistair Miles <alimanfoo@googlemail.com> * Hoping a tab might solve the issue. * add example using cohorts and window_size as dict * Update malariagen_data/anoph/h12.py Co-authored-by: Alistair Miles <alimanfoo@googlemail.com> * Update malariagen_data/anoph/h12.py Co-authored-by: Alistair Miles <alimanfoo@googlemail.com> * Update malariagen_data/anoph/h12.py Co-authored-by: Alistair Miles <alimanfoo@googlemail.com> * Update h12.py * More cohorts for the H12 tests * Reorganized the tests * Added a test for the dict version of window_size * Update malariagen_data/anoph/h12.py * add h12 multi functions to API docs --------- Co-authored-by: Lee <4256466+leehart@users.noreply.github.com> Co-authored-by: Alistair Miles <am23@sanger.ac.uk> Co-authored-by: Alistair Miles <alimanfoo@googlemail.com>
- Loading branch information
1 parent
eb6693e
commit 20efee0
Showing
7 changed files
with
578 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.