Closed IlhaH closed 3 months ago
The recent changes enhance the POESingleSNP
and POEMultipleSNP2
classes in the parent_of_origin.py
file, introducing new statistical attributes and streamlining the fit
method. The modifications improve clarity and performance by eliminating redundant calculations, thereby simplifying the control flow and making the code more efficient and user-friendly.
Files | Change Summary |
---|---|
python/python/bystro/parent_of_origin/parent_of_origin.py |
Enhanced POESingleSNP with new statistical attributes (p_val , bootstrap_samples_ , confidence_interval_ ). Expanded docstring for POEMultipleSNP2 . Streamlined fit method, removing MAF calculations and using direct p-values from POESingleSNP . |
🐰 In the code where rabbits hop,
New stats and streams make our hearts stop.
From MAFs to p-values, oh what a delight,
Simplified paths, coding feels just right!
With every change, we leap and bound,
In this garden of code, joy is found! 🌼
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Summary by CodeRabbit
New Features
Improvements