View source: R/ModelFunctions.R
haplotyping | R Documentation |
Generation of haplotypes associated with a Genome
object.
haplotyping(genomeObj)
genomeObj |
a |
The generated haplotypes are output as a list of three enumeration in the form of matrices of alleles (each row corresponding to an haplotype, each column to a locus). The first enumeration corresponds to haplotypes considering only haploid loci, the second only diploid loci and the third all loci (with two matrices, 1 for haploid loci, 1 for diploid loci).
A list of matrices describing haplotypes in rows.
Ehouarn Le Faou
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.