sixteenParentPedigreeRandomFunnels: Generate a sixteen-parent pedigree

Description Usage Arguments Value See Also

View source: R/sixteenParentPedigreeRandomFunnels.R

Description

Generate a sixteen-parent pedigree starting from inbred founders, using a random funnel

Usage

1
2
3
4
5
6
sixteenParentPedigreeRandomFunnels(
  initialPopulationSize,
  selfingGenerations,
  nSeeds = 1L,
  intercrossingGenerations
)

Arguments

initialPopulationSize

The number of F1 lines generated

selfingGenerations

The number of selfing generations at the end of the pedigree

nSeeds

The number of progeny taken from each intercrossing line, or from each F1 if no intercrossing is specified. These lines are then selfed according to selfingGenerations

intercrossingGenerations

The number of generations of random mating performed from the F1 generation. Population size is maintained at that specified by initialPopulationSize

Value

An object of class detailedPedigree representing the experimental design, suitable for simulation using simulateMPCross.

See Also

eightParentPedigreeSingleFunnel, fourParentPedigreeSingleFunnel, fourParentPedigreeRandomFunnels, twoParentPedigree


mpMap2 documentation built on Sept. 13, 2020, 5:17 p.m.