orderCellTypes {MetaNeighbor} | R Documentation |
Order cell types based on AUROC similarity matrix.
orderCellTypes(M, na_value = 0)
M |
A square AUROC matrix as returned by MetaNeighborUS. |
na_value |
Replace NA values with this value (default is 0). |
A hierarchical clustering object as returned by stats::hclust.