Adding functionalities to compute and plot frequencies of inversions#732
Adding functionalities to compute and plot frequencies of inversions#732
Conversation
|
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #732 +/- ##
==========================================
- Coverage 96.13% 93.56% -2.57%
==========================================
Files 47 48 +1
Lines 4683 4834 +151
==========================================
+ Hits 4502 4523 +21
- Misses 181 311 +130 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Hi @jonbrenas
I can push these changes or open a separate PR. What do you suggest ? |
|
You can go ahead and push to this branch. |
|
Hii @jonbrenas |
|
Hi @jonbrenas PTAL |
|
Hi @31puneet, would it be possible to do it in a different branch instead of this one? This would probably make things easier. |
Partially addresses #652 .
Created 2 functions
inversions_frequenciesandinversion_frequencies_advancedthat should be compatible with other frequencies functions.I still have to add tests (and they will be integration tests for now as we have not developed the simulated data for the karyotypes yet).