collect_arch: Extract a genetic architecture

Description Usage Arguments Value

View source: R/collect_arch.R

Description

Reads and collects information from a given genetic architecture file.

Usage

1
collect_arch(archfile = "./architecture.txt", genomesize = 3e+06)

Arguments

archfile

Path to the arhitecture file

genomesize

Number of base pair in the genome (increases the resolution of the location of loci along the genome)

Value

A list with two data frames: one with node-specific information and the other with edge-specific information.


rscherrer/egstools documentation built on April 4, 2020, 1:40 a.m.