Description Usage Arguments Value
Get index blocks, with remainder handling. This is used by scripts that process large data objects processively, in chunks/blocks of sample indices. Note the default block size of 50 is recommended for processes using entire array's worth of data (e.g. from an RGChannel set, getRed, getGreen, getMeth, getUnmeth, etc.), as test showed diminished performance with greater or lesser samples on typical compute systems.
1 | getblocks(slength, bsize = 50)
|
slength |
Length of the index vector (integer) |
bsize |
The maximum block size (integer, default = 50). |
List of index blocks.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.