get_dendrogram_data: Get heigth information from tree object. Get labels/names...

View source: R/de_functions.R

get_dendrogram_dataR Documentation

Get heigth information from tree object. Get labels/names from tree ends. Calculate start and end positions of tree branches Save line coordinates in dataframe

Description

Get heigth information from tree object. Get labels/names from tree ends. Calculate start and end positions of tree branches Save line coordinates in dataframe

Usage

get_dendrogram_data(
  tree,
  labels = NULL,
  horiz = FALSE,
  reverseDirection = FALSE,
  hang = 0.1,
  xlab = "",
  ylab = "",
  axes = TRUE,
  cex.labels = 1,
  ...,
  adjustRange = FALSE
)

Arguments

tree

Hclust object, tree object

Value

new, (Dataframe) dataframe with all dendrogram line coordinates


LUMC/dgeAnalysis documentation built on Aug. 16, 2022, 6:23 a.m.