plot_dendrogram: Plot a dendrogram

Description Usage Arguments

View source: R/plot_dendrogram.R

Description

Plot a dendrogram

Usage

1
2
3
4
plot_dendrogram(x, dist_method = c("euclidean", "maximum", "manhattan",
  "canberra", "binary", "minkowski"), clust_method = c("ward.D", "ward.D2",
  "single", "complete", "average", "mcquitty", "median", "centroid"),
  log_transform = TRUE, groups = NULL, title = "", gg = TRUE)

Arguments

dist_method

distance method passed to dist

clust_method

clustering method passed to hclust

log_transform

log transform the data?

groups

groups passed to colourize branchs

title

title of the plot

gg

use ggplot?


leandroroser/RNASeqFunctions documentation built on May 17, 2019, 7:31 p.m.