Nothing
counts <- matrix(
as.integer(c(0, 0, 5, 2, 6, 0, 8, 5, 0, 5, 0, 9, 5, 0, 7, 0, 10, 5, 0, 0)),
nrow = 5,
dimnames = list(paste0('OTU', 1:5), LETTERS[1:4] ))
tree_str <- "((OTU4:0.676,(('OTU2':0.548,OTU3:0.629):0.25,OTU1:0.751):0.276):0.056,OTU5:0.432);"
tree <- read_tree(tree_str)
big_mtx <- matrix(
as.integer(rep(c(0, 0, 5, 2, 6, 0, 8, 5, 0, 5, 0, 9, 5, 0, 7, 0, 10, 5, 0, 0), 26)),
nrow = 5,
dimnames = list(paste0('OTU', 1:5), paste0('S', 1:104) ))
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.