View source: R/summarize_kmer.r
summarize_kmer_core | R Documentation |
Summarize kmer distributions (core function)
summarize_kmer_core(
k = 2,
reps = 20L,
n_samples = 200L,
n_nodes = 100L,
config = NULL
)
k |
k-mer (default = 2) |
reps |
number of simulated trees |
n_samples |
number of samples to simulate |
n_nodes |
number of nodes to sample (including both leaves and internval nodes) |
config |
lineage tree configuration (a lineage_tree_config object) |
a kmer_summary object
Wuming Gong (gongx030@umn.edu)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.