Skip to contents

The tekka simulator writes results and configuration files to a directory. This function reads them into a one-row data.frame.

Usage

read_tekka(indir = getwd())

Arguments

indir

An output directory of tekka.

Value

A one-row data.frame with the configuration parameters and results. There are two result columns:

  • sample_family: a list of data.frames with samples and their ancestors.

  • demography: a list of data.frames with population demography.

See also

tekka() for example usage.