getDendrogramSplits
¶
getDendrogramSplits
Description¶
Split dendrogram at each node and keep the leave (label) information..
Usage¶
getDendrogramSplits(
gobject,
spat_unit = NULL,
feat_type = NULL,
expression_values = c("normalized", "scaled", "custom"),
cluster_column,
cor = c("pearson", "spearman"),
distance = "ward.D",
h = NULL,
h_color = "red",
show_dend = TRUE,
verbose = TRUE
)
Arguments¶
Argument |
Description |
---|---|
|
giotto object |
|
spatial unit |
|
feature type |
|
expression values to use |
|
name of column to use for clusters |
|
correlation score to calculate distance |
|
distance method to use for hierarchical clustering |
|
height of horizontal lines to plot |
|
color of horizontal lines |
|
show dendrogram |
|
be verbose |
Details¶
- Creates a data.table with three columns and each row represents a node in the
dendrogram. For each node the height of the node is given together with the two subdendrograms. This information can be used to determine in a hierarchical manner differentially expressed marker genes at each node.
Value¶
data.table object