Learn R Programming

DCLEAR (version 1.0.13)

simulate,lineage_tree_config,missing-method: simulate

Description

Simulate a cell lineage tree Adoped from https://github.com/elifesciences-publications/CRISPR_recorders_sims/blob/master/MATLAB_sims/GESTALT_30hr_1x_simulation.m

Usage

# S4 method for lineage_tree_config,missing
simulate(config, x, n_samples = 200, ...)

Value

a lineage_tree object

Arguments

config

simulation configuration; a lineage_tree_config object

x

missing

n_samples

number of samples to simulate

...

additional parameters

Author

Wuming Gong (gongx030@umn.edu)