data_ex_loci {graph4lg} | R Documentation |
data_ex_loci genetic dataset
Description
Genetic dataset from genetic simulation on CDPOP 200 individuals, 10 populations 20 microsatellite loci (3 digits coding) 100 generations simulated
Usage
data_ex_loci
Format
An object of class 'loci' and 'data.frame' with the columns :
- population
Population name
- Other columns
20 loci columns with microsatellite data with 3 digits coding, alleles separated by "/", and missing data noted "NA/NA"
Row names correspond to individuals' ID
Examples
data("data_ex_loci")
length(unique(data_ex_loci$population))
[Package graph4lg version 1.8.0 Index]