Learn R Programming

DCLEAR (version 1.0.13)

simulate,lineage_tree_config,phyDat-method: simulate

Description

Simulate a cell lineage tree based on a set of sequences

Usage

# S4 method for lineage_tree_config,phyDat
simulate(config, x, n_samples = 200L, k = 50, greedy = TRUE, ...)

Value

a lineage_tree object

Arguments

config

simulation configuration; a lineage_tree_config object

x

a sequence object

n_samples

number of samples to simulate

k

Number of trials

greedy

Whether ot not use a greedy search

...

additional parameters

Author

Wuming Gong (gongx030@umn.edu)