Simulate a cell lineage tree based on a set of sequences
# S4 method for lineage_tree_config,phyDat
simulate(config, x, n_samples = 200L, k = 50, greedy = TRUE, ...)
a lineage_tree object
simulation configuration; a lineage_tree_config object
a sequence object
number of samples to simulate
Number of trials
Whether ot not use a greedy search
additional parameters
Wuming Gong (gongx030@umn.edu)