Learn R Programming

ClustMMDD (version 1.0.4)

genotype2: A genotype data frame compatible with ClustMMDD main functions.

Description

This data frame can be obtained using cutEachCol(genotype1[, -11], ploidy = 2) (see genotype1).

Usage

data(genotype2)

Arguments

Format

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.

Source

Simulated data.

Details

ploidy = 2 for diploid individual.

See Also

genotype1.

Examples

Run this code
data(genotype2)
head(genotype2)
data(genotype1)
genotype3 = cutEachCol(genotype1[,-11], ploidy = 2)
head(genotype3)

Run the code above in your browser using DataLab