orderCellTypes {MetaNeighbor}R Documentation

Order cell types based on AUROC similarity matrix.

Description

Order cell types based on AUROC similarity matrix.

Usage

orderCellTypes(M, na_value = 0)

Arguments

M

A square AUROC matrix as returned by MetaNeighborUS.

na_value

Replace NA values with this value (default is 0).

Value

A hierarchical clustering object as returned by stats::hclust.


[Package MetaNeighbor version 1.14.0 Index]