Nothing
Copy-paste recipes for common tasks. All examples use the bundled example_tree.
p <- plot_timetree(example_tree, rank = "phylum",
color_rank = "class", unit = "Ma")
p <- plot_timetree(example_tree, rank = "phylum",
highlight = "LUCA", unit = "Ma")
p <- plot_timetree(example_tree, rank = "phylum",
color_mapping = c("Firmicutes" = "#E41A1C",
"Proteobacteria" = "#377EB8"),
unit = "Ma")
p <- plot_timetree(example_tree, rank = "phylum",
legend_position = "top", legend_ncol = 2, unit = "Ma")
p <- plot_timetree(example_tree, rank = "phylum",
show_tip_label = FALSE, unit = "Ma")
p <- plot_timetree(example_tree, rank = "phylum",
ignore_branch_length = TRUE, unit = "Ma")
labels <- example_tree$tip.label
detect_taxonomy_format(labels)
validate_tree_sequence_match(example_tree, "seqs.fasta", mol_type = "DNA")
check_monophyly(example_tree, group = "Firmicutes", rank = "phylum")
groups <- c("Firmicutes", "Proteobacteria", "Bacteroidetes")
generate_colors(groups, palette = "viridis")
set_log_level("DEBUG")
set_log_file("rclade_run.log")
p <- plot_timetree(example_tree, rank = "phylum", unit = "Ma")
timer_start("collapse")
p <- plot_timetree(example_tree, rank = "phylum", unit = "Ma")
timer_stop("collapse")
save_session_info("session_info.txt")
See also Reference index.
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.