Skip to contents

Access SOMAExperimentAxisQuery results.

Active bindings

obs

arrow::Table containing obs query slice.

var

arrow::Table containing var query slice. measurement_name.

X_layers

named list of arrow::Tables for each X layer.

Methods


Method new()

Create a new SOMAAxisQueryResult object.

Usage

SOMAAxisQueryResult$new(obs, var, X_layers)

Arguments

obs, var

arrow::Table containing obs or var query slice.

X_layers

named list of arrow::Tables, one for each X layer.


Method clone()

The objects of this class are cloneable with this method.

Usage

SOMAAxisQueryResult$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.