genotype2 {ClustMMDD} | R Documentation |
ClustMMDD
main functions.
This data frame can be obtained using cutEachCol
(genotype1[, -11], ploidy = 2)
(see genotype1
).
data(genotype2)
The format is: chr [1:1000, 1:20] "109" "107" "105" "101" "106" "106" "107" ..., representing observed alleles for the considered 10 loci, 2 column per locus.
ploidy = 2
for diploid individual.
Wilson Toussile
Simulated data.
data(genotype2) head(genotype2) data(genotype1) genotype3 = cutEachCol(genotype1[,-11], ploidy = 2) head(genotype3)