AnnotationMatrixGroup | R Documentation |
Class for representing a TileDB group containing one or more
AnnotationMatrix
arrays that share a common dimension name.
tiledbsc::TileDBObject
-> tiledbsc::TileDBGroup
-> tiledbsc::AnnotationGroup
-> AnnotationMatrixGroup
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_annotation_matrix()
Add a new AnnotationMatrix
array to the group.
AnnotationMatrixGroup$add_annotation_matrix(data, name, metadata = NULL)
data
a matrix
of annotation data to ingest. The matrix
rows
must be aligned to the SOMA
dimension indicated by the group's
dimension_name
.
name
Name of the new variable annotation matrix.
metadata
Named list of metadata to add.
clone()
The objects of this class are cloneable with this method.
AnnotationMatrixGroup$clone(deep = FALSE)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.