Single-cell Annotation Matrix
Single-cell Annotation Matrix
Base class for matrix-like data with rows aligned to the observations or
features of a SOMA.
tiledbsc::TileDBObject -> tiledbsc::TileDBArray -> tiledbsc::AnnotationArray -> AnnotationMatrix
verbosePrint status messages
Inherited methods
tiledbsc::TileDBObject$class()tiledbsc::TileDBObject$exists()tiledbsc::TileDBArray$add_metadata()tiledbsc::TileDBArray$array_exists()tiledbsc::TileDBArray$attributes()tiledbsc::TileDBArray$attrnames()tiledbsc::TileDBArray$dimensions()tiledbsc::TileDBArray$dimnames()tiledbsc::TileDBArray$fragment_count()tiledbsc::TileDBArray$get_metadata()tiledbsc::TileDBArray$initialize()tiledbsc::TileDBArray$print()tiledbsc::TileDBArray$reset_query()tiledbsc::TileDBArray$schema()tiledbsc::TileDBArray$set_query()tiledbsc::TileDBArray$tiledb_array()
from_matrix()Ingest annotation matrix
xany matrix-like object coercible to a
TsparseMatrix with string dimensions.
index_colName to use for the TileDB array's dimension that will contain the matrix row names.
to_matrix()Retrieve the annotation data from TileDB
attrsA character vector of the attribute names to retrieve. By default, all attributes are retrieved.
batch_modelogical, if TRUE, batch query mode is enabled, which
provides the ability to detect partial query results and resubmit until
all results are retrieved.
A matrix