R/query_builders_exports.R
Axis.Rd
Builds an @ <axis_name> query fragment, selecting the named axis as the next input to the query.
@ <axis_name>
Axis(value, ...)
Axis name (character scalar), or a piped DafrQuery.
Optional piped DafrQuery.
A DafrQuery.
AsAxis(), LookupVector(), LookupMatrix()
AsAxis()
LookupVector()
LookupMatrix()
Axis("cell") #> <DafrQuery> @ cell Axis("cell") |> Axis("gene") #> <DafrQuery> @ cell @ gene