This is an abstract class to augment the base TiledbGroup class with fields
necessary for the child Annotation- classes. Currently it only adds the
dimension_name field.
tiledbsc::TileDBObject -> tiledbsc::TileDBGroup -> AnnotationGroup
dimension_nameOptional name of the dimension shared by all
arrays within the group (typically obs_id or var_id).
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()
new()Create a new TileDBGroup-based Annotation class.
AnnotationGroup$new(
uri,
dimension_name = NULL,
verbose = TRUE,
config = NULL,
ctx = NULL
)