segtypeInfoSummary: Summarize the segtypeInfo list

View source: R/fitPolyTools.R

segtypeInfoSummaryR Documentation

Summarize the segtypeInfo list

Description

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.

Usage

segtypeInfoSummary(segtypeInfo)

Arguments

segtypeInfo

a list as returned by calcSegtypeInfo or selSegtypeInfo

Value

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


fitPoly documentation built on April 3, 2025, 8:58 p.m.