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

Description Usage Format Details Author(s) Source See Also Examples

Description

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

Usage

1

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.

Details

ploidy = 2 for diploid individual.

Author(s)

Wilson Toussile

Source

Simulated data.

See Also

genotype1.

Examples

1
2
3
4
5
data(genotype2)
head(genotype2)
data(genotype1)
genotype3 = cutEachCol(genotype1[,-11], ploidy = 2)
head(genotype3)

ClustMMDD documentation built on May 2, 2019, 2:44 p.m.