View source: R/create_population.R
create_population | R Documentation |
creating a population from parents
creating a population from parents,
as a list of parents are applied and a haplotype object is created for these parents using parental_genotypes input object.
P |
Required: a list of parents to be used |
chr_length |
Required: a two-column file of chromosomes' IDs and length in CM |
parental_genotypes |
Required: parental_genotypes object |
pop1 = create_population(P= c("tr","tg","grg"),chr_length,parental_genotypes)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.