read_architecture: Read genetic architecture

View source: R/read_architecture.R

read_architectureR Documentation

Read genetic architecture

Description

Read the architecture file in a simulation folder and returns a pair of tibbles, one for the loci and one for the edges.

Usage

read_architecture(root)

Arguments

root

Path to the simulation folder

Details

The function looks for the file "architecture.txt" in the simulation folder

Value

A named list of two tibbles.

Examples


root <- system.file("extdata", "sim-example", package = "speciomer")
read_architecture(root)


rscherrer/speciomer documentation built on March 11, 2023, 5:37 p.m.