Foggalong / RobustOCS

Robust optimal contirbution selection problems for genetics with Python
https://pypi.org/project/robustocs
MIT License
1 stars 0 forks source link

Integrate Pedigree Submodule #28

Closed Foggalong closed 1 month ago

Foggalong commented 1 month ago

In September 2020 I wrote a very basic module/script for handling pedigree data as part of another project. Some of these were already integrated here so ROCS can solve problems from .ped datafiles, but given it's already written I'm going to integrate most of that module so that we have the analysis tools as well.

This will involve breaking API changes for load_ped and makeA as used in isolation only. Use as part of core solver functions will continue to work as intended.