R/AnnotationPairwiseMatrixGroup.R
AnnotationPairwiseMatrixGroup.RdClass for representing a TileDB group containing one or more
AnnotationPairwiseMatrix arrays that share a common dimension name.
tiledbsc::TileDBObject -> tiledbsc::TileDBGroup -> tiledbsc::AnnotationGroup -> AnnotationPairwiseMatrixGroup
Inherited methods
tiledbsc::TileDBObject$class()tiledbsc::TileDBObject$exists()tiledbsc::TileDBGroup$add_member()tiledbsc::TileDBGroup$add_metadata()tiledbsc::TileDBGroup$count_members()tiledbsc::TileDBGroup$get_member()tiledbsc::TileDBGroup$get_members()tiledbsc::TileDBGroup$get_metadata()tiledbsc::TileDBGroup$group_exists()tiledbsc::TileDBGroup$list_member_uris()tiledbsc::TileDBGroup$list_members()tiledbsc::TileDBGroup$list_object_uris()tiledbsc::TileDBGroup$list_objects()tiledbsc::TileDBGroup$print()tiledbsc::TileDBGroup$remove_member()tiledbsc::TileDBGroup$tiledb_group()tiledbsc::AnnotationGroup$initialize()tiledbsc::AnnotationGroup$reset_query()tiledbsc::AnnotationGroup$set_query()
add_matrix()Add a new AnnotationPairwiseMatrix array to the group.
dataa matrix of annotation data to ingest. The matrix rows
must be aligned to the dimension indicated by the group's
dimension_name.
nameName of the new pairwise annotation matrix.
metadataNamed list of metadata to add.
add_seurat_graph()Convert a SeuratObject::Graph object to
AnnotationPairwiseMatrix.
objectA SeuratObject::Graph object.
techniqueName of the technique used to generate the graph
(typically, nn or snn).