from_DelayedArray_to_simple_seed_class: Coerce DelayedArray to its 'simple seed' form

Description Usage Arguments Details Value Note

View source: R/utils.R

Description

Coerce DelayedArray to its 'simple seed' form

Usage

1

Arguments

x

A DelayedArray

drop

If TRUE the result is coerced to the lowest possible dimension

do_transpose

Should transposed input be physically transposed?

Details

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).

Value

An object of the same class as seedClass(x).

Note

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'


DelayedMatrixStats documentation built on Feb. 5, 2021, 2:04 a.m.