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.
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
andmakeA
as used in isolation only. Use as part of core solver functions will continue to work as intended.