Use seriation package to find good orderings
1 2 3 4 5 | seriation.find.orderings(dl, .methods = c("TSP", "R2E", "HC", "GW",
"OLO"), scaled = c("scaled", "unscaled"), dim.red = c("none", "pca",
"kfa", "ica", "mds"), dims = geom.series(base = 2, max = min(8,
nrow(dl$expr) - 1)), num.cores = default.num.cores(),
num.tau.to.keep = default.num.cores())
|
dl |
de.lorean object |
.methods |
The seriation methods to apply |
scaled |
Whether to use the scaled and/or unscaled expression data |
dim.red |
Dimension reduction methods to apply |
dims |
Number of dimensions to reduce to |
num.cores |
Number of cores to use in parallel |
num.tau.to.keep |
How many initialisations to keep |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.