View source: R/create.genotype.states.R
create.genotype.states | R Documentation |
Given a set of founders, create all of the possible unphased genotype states between them.
create.genotype.states(founders, sampletype = c("DO", "CC", "HS", "HSrat"))
founders |
Character vector of letter codes indicating the founders. |
sampletype |
Character string that is one of DO, HS, CC or HSrat. |
Given a set of founder IDs, create all possible unphased genotypes and sort them.
Character vector of unphased genotypes that can be created from the given founders.
Daniel Gatti
create.genotype.states(founders = LETTERS[1:8], sampletype = "DO")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.