Summarize kmer distributions with input sequences
# S4 method for phyDat
summarize_kmer(
x,
division = 16L,
k = 2,
reps = 20L,
n_samples = 200L,
n_nodes = 100L,
n_targets
)
a kmer_summary object
input data as a phyDat object
number of cell division
k-mer (default = 2)
number of simulated trees
number of samples to simulate
number of nodes to sample (including both leaves and internval nodes)
sequence length. If this argument is missing, the length of the input sequences will be used.
Wuming Gong (gongx030@umn.edu)