reorder_matrix | R Documentation |
This function reorders a matrix by rows of columns
reorder_matrix(matrix1, by.rows = TRUE)
matrix1 |
a matrix (rows=genes x columns=samples) of gene expression data (e.g., scRNA-seq) |
by.rows |
By rows (TRUE; default) or by columns |
a reordered matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.