ggtree_plot: Plot a phylogenetic tree

View source: R/ggtree_plot.R

ggtree_plotR Documentation

Plot a phylogenetic tree

Description

Plot a phylogenetic tree with ggtree and metadata from report_orthologs.

Usage

ggtree_plot(
  tr,
  d,
  scaling_factor = 1,
  clades = NULL,
  clades_palette = NULL,
  reference_species = NULL,
  verbose = TRUE
)

Arguments

tr

Tree.

d

Metadata

scaling_factor

How much to scale y-axis parameters (e.g. offset) by.

clades

Clades metadata.

clades_palette

Palette to color highlighted clades with.

verbose

Print messages.

Value

ggplot object.


neurogenomics/orthogene documentation built on Jan. 30, 2024, 4:44 a.m.