SCDataset: Single-cell Dataset

SCDatasetR Documentation

Single-cell Dataset

Description

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

Super classes

tiledbsc::TileDBObject -> tiledbsc::TileDBGroup -> tiledbsc::SOMACollection -> SCDataset

Active bindings

scgroups

Retrieve the SOMA (formerly SCGroup) members.

misc

An alias for uns.

Methods

Public 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.


TileDB-Inc/tiledbsc documentation built on Aug. 26, 2023, 2:32 p.m.