View source: R/get_genotypes.R
get_genotypes | R Documentation |
The function calculates the genotypes of certain haplotypes, supplied as an input, based on the parental genotypes.
get_genotypes(parental_genotypes,pop,pre_selected_markers)
parental_genotypes |
Required: the parental genotypes object, the output of "get_parental_genotypes" function. |
pop |
Required: a haplotypes input object, the output of "create_haplotypes" function or any other selection subset haplotype functions |
pre_selected_markers |
Optional: if supplied, only these markers will be returned, it may be a file name or another genotype |
A structured list of a data set of haplotypes' genotypes and a data set of genomic loci
pop_genotypes = get_genotypes(parental_genotypes,pop1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.