Construct a single-axis query object with a combination of
coordinates and/or value filters for use with SOMAExperimentAxisQuery
.
(lifecycle: maturing)
Per dimension, the SOMAAxisQuery
can have value of:
None (i.e.,
coords = NULL
andvalue_filter = NULL
) - read all valuesCoordinates - a set of coordinates on the axis dataframe index, expressed in any type or format supported by
SOMADataFrame
'sread()
method.A SOMA
value_filter
across columns in the axis dataframe, expressed as stringOr, a combination of coordinates and value filter.
See also
tiledb::parse_query_condition()
for more information about valid
value filters.
Methods
Method new()
Create a new SOMAAxisQuery
object.
Usage
SOMAAxisQuery$new(value_filter = NULL, coords = NULL)