Summarize kmer distributions (core function)
summarize_kmer_core(
k = 2,
reps = 20L,
n_samples = 200L,
n_nodes = 100L,
config = NULL
)
a kmer_summary object
k-mer (default = 2)
number of simulated trees
number of samples to simulate
number of nodes to sample (including both leaves and internval nodes)
lineage tree configuration (a lineage_tree_config object)
Wuming Gong (gongx030@umn.edu)