View source: R/rabbit_diallel.R
rabbit_diallel | R Documentation |
Make RABBIT input files for diploid diallel population
rabbit_diallel(ped, geno, geno.founder, map, outstem)
ped |
data frame with pedigree (pop,parent1,parent2) |
geno |
list of genotype matrices (markers x indiv), one for each population in |
geno.founder |
matrix of genotype data for the founders (markers x indiv) |
map |
genetic map (marker,chromosome,position) |
outstem |
name for output files |
Populations must be numbered in ped
corresponding to their position in geno
. Founders are not included in ped
. All genotype matrices must have identical markers. Genetic map position should be in cM. Genotypes need to be coded according to RABBIT format.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.