dispatch_batch | R Documentation |
Dispatch cells into batches
dispatch_batch(cost_matrix, batch_size = 5000)
cost_matrix |
matrix containing cost for each cell pair |
batch_size |
int size of batch |
Create cell batches that will dynamically adapt to the size of the data set with respect to batch size. Smalled data sets, cells will be sampled to match the size of the larger data set. This allows for multiple to multiple matching. All cells will be selected at least once.
Nested list. Each element of the list will contain a batched cost matrix and the mapping pairs
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.