plotContrastTree: helper function for creating dendograms

View source: R/coda_plots.R

plotContrastTreeR Documentation

helper function for creating dendograms

Description

helper function for creating dendograms

Usage

plotContrastTree(
  d.counts,
  d.groups,
  ref.level,
  target.level,
  plot.theme = theme_get(),
  label.angle = 90,
  p.threshold = 0.05,
  adjust.pvalues = TRUE,
  h.methods = "both",
  font.size = 3,
  label.hjust = 1,
  show.text = "pvalue.code",
  tree.order = NULL,
  loadings.mean = NULL,
  palette = NULL,
  verbose = FALSE
)

kharchenkolab/cacoa documentation built on May 10, 2022, 3:42 a.m.