SCDataset | R Documentation |
Class for representing the now-deprecated SCDataset object, which has been
renamed to SOMACollection
.
tiledbsc::TileDBObject
-> tiledbsc::TileDBGroup
-> tiledbsc::SOMACollection
-> SCDataset
scgroups
Retrieve the SOMA
(formerly SCGroup
) members.
misc
An alias for uns
.
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::SOMACollection$from_seurat()
tiledbsc::SOMACollection$reset_query()
tiledbsc::SOMACollection$set_query()
tiledbsc::SOMACollection$soma_uris()
tiledbsc::SOMACollection$to_seurat()
new()
Create a new SCDataset object.
SCDataset$new(uri, verbose = TRUE, config = NULL, ctx = NULL)
uri
URI of the TileDB group
verbose
Print status messages
config
optional configuration
ctx
optional tiledb context
scgroup_uris()
List the SOMA
(formerly SCGroup
) URIs in the
collection.
SCDataset$scgroup_uris()
A vector of URIs for each SOMA
in the collection.
clone()
The objects of this class are cloneable with this method.
SCDataset$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.