allele2zeroone | R Documentation |
Converts alleleobject
with codominant markers into
binary matrix with a column for each marker.
allele2zeroone(alleleobject)
alleleobject |
object of class |
A 0-1-matrix with individuals as rows and markers (alleles) as columns.
Christian Hennig christian.hennig@unibo.it https://www.unibo.it/sitoweb/christian.hennig/en
data(tetragonula)
ta <- alleleconvert(strmatrix=tetragonula[21:50,])
tai <- alleleinit(allelematrix=ta)
allele2zeroone(tai)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.