hclust_haystack_highD.Rd
Function for hierarchical clustering of genes according to their distribution in a higher-dimensional space.
hclust_haystack_highD(
x,
detection,
genes,
method = "ward.D",
grid.coordinates = NULL,
scale = TRUE
)
Coordinates of cells in a 2D or higher-dimensional space. Rows represent cells, columns the dimensions of the space.
A logical matrix showing which genes (rows) are detected in which cells (columns)
A set of genes (of the 'detection' data) which will be clustered.
The method to use for hierarchical clustering. See '?hclust' for more information. Default: "ward.D".
Coordinates of grid points in the same space as 'x', to be used to estimate densities for clustering.
whether to scale data.
An object of class hclust, describing a hierarchical clustering tree.
# to be added