Part of Genetic Value Analysis
orderReport(rpt, ped)
a dataframe with required colnames id
, gu
,
zScores
, import
, totalOffspring
, which is
a data.frame of results from a genetic value analysis.
the pedigree information in datatable format with required
colnames id
, sire
, dam
, gen
, population
).
This requires complete pedigree information..
A dataframe, which is rpt
sorted according to the ranking
scheme:
imported animals with no offspring
animals with genome uniqueness above 10
animals with mean kinship less than 0.25, ranked by ascending mk
all remaining animals, ranked by ascending mk
Takes in the results from a genetic value analysis and orders the report according to the ranking scheme we have developed.