Description Usage Arguments Value See Also
View source: R/fourParentPedigreeRandomFunnels.R
Generate a four-parent pedigree starting from inbred founders, using a random funnel
1 2 3 4 5 6 | fourParentPedigreeRandomFunnels(
initialPopulationSize,
selfingGenerations,
nSeeds = 1L,
intercrossingGenerations
)
|
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 |
An object of class detailedPedigree representing the experimental design, suitable for simulation using simulateMPCross.
fourParentPedigreeSingleFunnel, twoParentPedigree
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.