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

Description Usage Arguments

View source: R/order.R

Description

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

Usage

1
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 March 21, 2020, 3:20 p.m.