simulate,lineage_tree_config,phyDat-method {DCLEAR} | R Documentation |
simulate
Description
Simulate a cell lineage tree based on a set of sequences
Usage
## S4 method for signature 'lineage_tree_config,phyDat'
simulate(config, x, n_samples = 200L, k = 50, greedy = TRUE, ...)
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 |
Value
a lineage_tree object
Author(s)
Wuming Gong (gongx030@umn.edu)
[Package DCLEAR version 1.0.13 Index]