Learn R Programming

mycolorsTB (version 0.1.1)

plot_tb_tree: Plot a Phylogenetic Tree with TB Lineage Colors

Description

Reads a tree in Newick format and plots it using ggtree, coloring tips with the mycolors palette.

Usage

plot_tb_tree(newick_text)

Value

A ggplot object representing the phylogenetic tree.

Arguments

newick_text

A character string with the tree in Newick format.

Examples

Run this code
# \donttest{
tree_text <- "(L8,((L1,(L7,(L4,(L2,L3)))),(L5,((A2,(A3,A4)),(A1,(L10,(L6,L9)))))));"
plot_tb_tree(tree_text)
# }

Run the code above in your browser using DataLab