From a list of segregation types as produced by calcSegtypeInfo or selSegtypeInfo, produce a data frame that only lists the parental dosage combinations for each segtype and whether these produce the segtype under polysomic, disomic and/or mixed inheritance. Useful to quickly look up which segtypes match a given parental dosage combination.
segtypeInfoSummary(segtypeInfo)
A data frame summarizing the segtypeInfo list, with columns:
segtype: the name of the segregation type (see details of calcSegtypeInfo)
segtypenr: the sequential number of the segtype in parameter segtypeInfo
parent1, parent2: dosages of the two parents
par.poly, par.di, par.mixed: whether these parental dosages produce this segtype under polysomic, disomic and/or mixed inheritance
a list as returned by calcSegtypeInfo or selSegtypeInfo