data_ex_gstud {graph4lg} | R Documentation |
data_ex_gstud 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_gstud
Format
A 'data.frame' with columns:
- ID
Individual ID
- POP
Population name
- LOCI-1 to LOCI-20
20 loci columns with microsatellite data with 3 digits coding, alleles separated by ":", and blank missing data (class 'locus' from gstudio)
Examples
data("data_ex_gstud")
str(data_ex_gstud)
length(unique(data_ex_gstud$POP))
[Package graph4lg version 1.8.0 Index]