| AnnotationGroup | R Documentation |
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).
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 )
uriURI for the TileDB group.
dimension_nameOptional name of the dimension shared by all of the group's member arrays.
verbosePrint status messages
configoptional configuration
ctxoptional tiledb context
set_query()Set dimension values to slice from the array members.
AnnotationGroup$set_query(dims = NULL, attr_filter = NULL)
dimsa named list of character vectors. Each must correspond to a dimension shared by all array members.
attr_filtera TileDB query condition for attribute filtering pushdown.
reset_query()Reset the group member queries.
AnnotationGroup$reset_query(dims = TRUE, attr_filter = TRUE)
dimsClear the defined dimension ranges?
attr_filterClear the defined attribute filters?
NULL
clone()The objects of this class are cloneable with this method.
AnnotationGroup$clone(deep = FALSE)
deepWhether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.