Description Usage Arguments Details Value Examples
Checks the input matrix has row and column names and if it doesn't, it creates some.
1 | check_row_col_names(mat)
|
mat |
a matrix |
Checks the input matrix has row and column names and if it doesn't, it creates some. Created row names are of the form: gene_# Created column names are of the form: cell_type_#
This is primarily used for formating simulated data.
the input matrix with new row or column namese if needed.
1 2 | vals <- matrix(rnorm(70), ncol=7)
mat <- check_row_col_names(vals);
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.