chunkPoints | R Documentation |
Unexported helper function ChunkPoints
from Seurat. This
can be quite useful when user needs to chunk some operations.
chunkPoints(dsize, csize)
dsize |
How big is the data being chunked |
csize |
How big should each chunk be |
A 2 x N matrix
where each column is a chunk. The first
row contains start points, and the second row contains end points.
### Split an index vector with 15273 elements into chunks, each of which has
### 3000 elements.
chunkPoints(15273, 3000)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.