flatten_mxs_to_single_mx | R Documentation |
Takes a list of matrices, flattens them into a single row, aligns them by column name and then returns a single matrix.
flatten_mxs_to_single_mx(listmx)
listmx |
list of matrices to flatten. Can have different dimensions but must have similar names for alignment (@seealso listmx.flat.aligned) |
a single matrix with colnames = the flattened row/col names of listmx[[1]]], meta = meta of listmx[[1]] rownames = names of listmx
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.