| AssayMatrixGroup | R Documentation |
Class for representing a TileDB group containing one or more
AssayMatrix arrays that share the same dimensions.
tiledbsc::TileDBObject -> tiledbsc::TileDBGroup -> tiledbsc::AnnotationGroup -> AssayMatrixGroup
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_assay_matrix()Add a new AssayMatrix array to the group.
AssayMatrixGroup$add_assay_matrix( data, name, value_col = "value", metadata = NULL )
dataa matrix of annotation data to ingest. The matrix rows
must be aligned to the dimension indicated by the group's
dimension_name.
nameName for the new array, nested with the group's URI.
value_colName to use for the TileDB array's attribute that will contain the matrix values.
metadataNamed list of metadata to add.
clone()The objects of this class are cloneable with this method.
AssayMatrixGroup$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.