Description Usage Arguments Value
View source: R/aiding_functions.R
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.
1 | segtypeInfoSummary(segtypeInfo)
|
segtypeInfo |
a list as returned by calcSegtypeInfo or selSegtypeInfo |
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.