Learn R Programming

ClustMMDD (version 1.0.4)

genotype1: genotype1 is a data frame of genotype data with ploidy = 2.

Description

A simulated data frame of genotype data with N = 1000 individuals genotyped at P = 10 loci. Each string represents two alleles : ploidy = 2. For example, "109107" represents $\left\{"109", "107"\right\}$. The last column of the data frame contains integers that represent the population membership.

Arguments

Format

The format is: chr [1:1000, 1:10] "109107" "105101" "106106" ... and the 11 th column contains integers representing the prior classification in 5 sub-populations.

References

See Also

genotype2

Examples

Run this code
data(genotype1)
head(genotype1)

Run the code above in your browser using DataLab