View source: R/HelperFunctions.R
split_data.matrix | R Documentation |
Split data matrix into smaller sub-matrices ('chunks')
split_data.matrix(matrix, chunk.size = 100)
matrix |
Input data matrix |
chunk.size |
How many cells to include in each sub-matrix |
A list of sub-matrices, each with size (n_features x chunk_size)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.