R/order.R
make_ordering.Rd
Performs hierarchical clustering, and then further refines the order using the seriation library.
make_ordering(mat, enable = TRUE, fast = FALSE)
Matrix suitably transformed so distances between rows are meaningful.
If false, don't perform clustering.
If true, just order rows with a simple one dimensional PCA.