Class for representing the now-deprecated SCDataset object, which has been renamed to SOMACollection.

Active bindings

scgroups

Retrieve the SOMA (formerly SCGroup) members.

misc

An alias for uns.

Methods

Inherited methods


Method new()

Create a new SCDataset object.

Usage

SCDataset$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 scgroup_uris()

List the SOMA (formerly SCGroup) URIs in the collection.

Usage

SCDataset$scgroup_uris()

Returns

A vector of URIs for each SOMA in the collection.


Method clone()

The objects of this class are cloneable with this method.

Usage

SCDataset$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.