| AnnotationDataframe | R Documentation |
Single-cell Annotation Data Frame
Single-cell Annotation Data Frame
Base class for data frames with rows aligned to the observations or features
of a SOMA. Used to store a heterogeneous collection of
annotations/measurements.
tiledbsc::TileDBObject -> tiledbsc::TileDBArray -> tiledbsc::AnnotationArray -> AnnotationDataframe
verbosePrint status messages
tiledbsc::TileDBObject$class()tiledbsc::TileDBObject$exists()tiledbsc::TileDBArray$add_metadata()tiledbsc::TileDBArray$array_exists()tiledbsc::TileDBArray$attributes()tiledbsc::TileDBArray$attrnames()tiledbsc::TileDBArray$dimensions()tiledbsc::TileDBArray$dimnames()tiledbsc::TileDBArray$fragment_count()tiledbsc::TileDBArray$get_metadata()tiledbsc::TileDBArray$initialize()tiledbsc::TileDBArray$print()tiledbsc::TileDBArray$reset_query()tiledbsc::TileDBArray$schema()tiledbsc::TileDBArray$set_query()tiledbsc::TileDBArray$tiledb_array()ids()Retrieves the values from the array's dimension.
AnnotationDataframe$ids()
from_dataframe()Ingest annotation data
AnnotationDataframe$from_dataframe(x, index_col)
xa data.frame
index_colName to use for the TileDB array's dimension that will contain the data.frame row names.
to_dataframe()Retrieve the annotation data from TileDB
AnnotationDataframe$to_dataframe(attrs = NULL)
attrsA character vector of the attribute names to retrieve. By default, all attributes are retrieved.
A data.frame with row names containing values from the index
dimension
clone()The objects of this class are cloneable with this method.
AnnotationDataframe$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.