Nothing
## ----eval=TRUE, warning=FALSE, message=FALSE----------------------------------
library(dowser)
data(ExampleClones)
# Collapse nodes with identical sequences. This will
trees = collapseNodes(ExampleClones[1:2,])
# Plot trees with node ID numbers
plots = plotTrees(trees, tips="c_call", tipsize=2, node_nums=TRUE, labelsize=7)
plots[[1]]
sequence = getNodeSeq(trees, node=50, clone=3128)
print(sequence)
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.