Description Usage Arguments Value
View source: R/helper_functions.R
Order the columns of a heatmap within the constraints of a factor Generally, a left to right gradient will be achieved where column means will increase from left to right.
1 | order_heatmap(expmat, factorCol, factorRow = NULL, rev = FALSE)
|
expmat |
expression matrix |
factorCol |
factor with metadata information for each column in the expression matrix |
factorRow |
factor with metadata information for each row in the expression matrix |
ordered expression matrix ready for heatmaps (do not cluster columns or rows, respectively)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.