Learn R Programming

singleCellHaystack (version 0.3.4)

hclust_haystack: Function for hierarchical clustering of genes according to their expression distribution in 2D or multi-dimensional space

Description

Function for hierarchical clustering of genes according to their expression distribution in 2D or multi-dimensional space

Usage

hclust_haystack(x, ...)

# S3 method for matrix hclust_haystack(x, dim1 = 1, dim2 = 2, ...)

# S3 method for data.frame hclust_haystack(x, dim1 = 1, dim2 = 2, ...)

Arguments

x

a matrix or other object from which coordinates of cells can be extracted.

...

further parameters passed down to methods.

dim1

column index or name of matrix for x-axis coordinates.

dim2

column index or name of matrix for y-axis coordinates.