Skip to contents

Builds a :: (optionally :: <name>) query fragment, looking up the named matrix property indexed by the prior two axes.

Usage

LookupMatrix(value = NULL, ...)

Arguments

value

Optional matrix name (character scalar), or a piped DafrQuery.

...

Optional piped DafrQuery.

Value

A DafrQuery.

Examples

LookupMatrix()
#> <DafrQuery> :: 
LookupMatrix("UMIs")
#> <DafrQuery> :: UMIs 
Axis("cell") |> Axis("gene") |> LookupMatrix("UMIs")
#> <DafrQuery> @ cell @ gene :: UMIs