View source: R/reads_simulator.R
sample_tree_SNV | R Documentation |
Down sample number of SNVs in the tree
sample_tree_SNV(tree, n_SNV = NULL)
tree |
A tree object from Canopy |
n_SNV |
A integer, the number of SNVs to keep in the output tree |
a phylo tree with down sampled variants
data(simulation_input) tree_lite <- sample_tree_SNV(tree_4clone, n_SNV = 10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.