create_population: create_population

View source: R/create_population.R

create_populationR Documentation

create_population

Description

creating a population from parents

Usage

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.

Arguments

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

Examples

 pop1 = create_population(P= c("tr","tg","grg"),chr_length,parental_genotypes)

USDA-ARS-GBRU/crossword documentation built on April 5, 2023, 7:29 p.m.