read_loci | R Documentation |
Wrapper around read_speciome
for variables with one value per
locus per time point.
read_loci(root, variables, architecture = TRUE)
root |
Path to the simulation folder |
variables |
Vector of names of variable to read (will be interpreted using |
architecture |
Whether to append locus-wise genetic architecture parameters
(see |
The function will read "paramlog.txt" in order to know by how many loci to duplicate each time point.
A tibble containing the simulation data
The function will read "time.dat" as an extra variable, no need to supply it.
read_speciome
root <- system.file("extdata", "sim-example", package = "speciomer") read_loci(root, "locus_Fst")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.