make_ordering: Make an object representing an ordering, usually from a...

View source: R/order.R

make_orderingR Documentation

Make an object representing an ordering, usually from a hierarchical clustering.

Description

Performs hierarchical clustering, and then further refines the order using the seriation library.

Usage

make_ordering(mat, enable = TRUE, fast = FALSE)

Arguments

mat

Matrix suitably transformed so distances between rows are meaningful.

enable

If false, don't perform clustering.

fast

If true, just order rows with a simple one dimensional PCA.


MonashBioinformaticsPlatform/varistran documentation built on June 9, 2025, 8:36 a.m.