View source: R/create_families.R
create_families | R Documentation |
The function create segregant families from a population
It takes a cross, create_population or advance output object as input and creates lines of supplied replicates from every single individual in the last generation in the input object.
create_families(pop,S,id,chr_length,is_clone)
pop |
Required: a cross population |
S |
Required: Number of individuals within families |
id |
Required: the new population ID |
chr_length |
Required: a file contains lengths of chromosomes |
is_clone |
Optional: TRUE if the families are clones, default is FALSE |
A haplotype object of N individual with lowest phenotypic breeding value
pop3 = create_families(pop=pop1,S=15,id="pop3",chr_length=chr_length)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.