Releases: katehyerinjeon/pynrm
Releases · katehyerinjeon/pynrm
Release list
v0.1.2
v0.1.2 includes:
plot_inbreeding_by_genmethod inSimulatorclass that plots the average inbreeding coefficients by generation.plot_ebv_by_genmethod inSimulatorclass that plots the average estimated breeding values by generation.export_to_csvmethod inSimulatorclass that writes pedigree data to csv file.
v0.1.1
v0.1.1 includes:
get_avg_inbreedingmethod that computes the average inbreeding rate of a given generation.get_avg_ebvmethod inPedigreeclass that computes the average EBV of a given generation.- Bug fix in
reproducemethod inSimulationclass
v0.1.0
v0.1.0 includes:
Pedigreeclass that contains generation number, sire id, dam id, estimated breeding value, and sex information for each animal. It usespandas.DataFrametype to hold data.Simulationclass that executes simulation of generational reproductive cycles. It has an instance variable of typePedigreeand updates it whenever a new generation is reproduced.get_nrmmethod that computes the value of numerator relationship matrix given a pedigree.