Skip to contents

Builds an @ <axis_name> query fragment, selecting the named axis as the next input to the query.

Usage

Axis(value, ...)

Arguments

value

Axis name (character scalar), or a piped DafrQuery.

...

Optional piped DafrQuery.

Value

A DafrQuery.

Examples

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