Class for representing the now-deprecated SCGroup object, which has been renamed to SOMA.

Active bindings

misc

An alias for uns.

Methods

Inherited methods


Method new()

Create a new SCGroup.

Usage

SCGroup$new(uri, verbose = TRUE, config = NULL, ctx = NULL)

Arguments

uri

URI of the TileDB group

verbose

Print status messages

config

optional configuration

ctx

optional tiledb context


Method clone()

The objects of this class are cloneable with this method.

Usage

SCGroup$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.