from_DelayedArray_to_simple_seed_class | R Documentation |
Coerce DelayedArray to its 'simple seed' form
from_DelayedArray_to_simple_seed_class(x, drop = FALSE, do_transpose = TRUE)
x |
A DelayedArray |
drop |
If |
do_transpose |
Should transposed input be physically transposed? |
Like DelayedArray:::.from_DelayedArray_to_array
but returning an
object of the same class as seedClass(x)
instead of an array. In
doing so, all delayed operations are realised (including subsetting).
An object of the same class as seedClass(x)
.
Can be more efficient to leave the transpose implicit
(do_transpose = FALSE
) and switch from a row*()
method to a col*()
method (or vice versa).
Only works on DelayedArray objects with 'simple seeds'
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.