data_chunks.matrix_dataset | R Documentation |
This function creates data chunks for matrix_dataset objects. It allows for the retrieval of run-wise or sequence-wise data chunks, as well as arbitrary chunks.
## S3 method for class 'matrix_dataset'
data_chunks(x, nchunks = 1, runwise = FALSE, ...)
x |
An object of class 'matrix_dataset' |
nchunks |
The number of chunks to split the data into. Default is 1. |
runwise |
If TRUE, creates run-wise chunks instead of arbitrary chunks |
... |
Additional arguments passed to methods |
A list of data chunks, each containing data, indices and chunk number
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.