RleArraySeed-class | R Documentation |
RleArraySeed is a low-level helper class for representing an in-memory
Run Length Encoded array-like dataset.
RleArraySeed objects are not intended to be used directly. Most
end users should create and manipulate RleArray objects
instead. See ?RleArray
for more information.
No operation can be performed directly on an RleArraySeed object. It first needs to be wrapped in a DelayedArray object. The result of this wrapping is an RleArray object (an RleArray object is just an RleArraySeed object wrapped in a DelayedArray object).
RleArray objects.
Rle objects in the S4Vectors package.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.