AnnotationPairwiseMatrixGroup | R Documentation |
Class for representing a TileDB group containing one or more
AnnotationPairwiseMatrix
arrays that share a common dimension name.
tiledbsc::TileDBObject
-> tiledbsc::TileDBGroup
-> tiledbsc::AnnotationGroup
-> AnnotationPairwiseMatrixGroup
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_matrix()
Add a new AnnotationPairwiseMatrix
array to the group.
AnnotationPairwiseMatrixGroup$add_matrix(data, name, metadata = NULL)
data
a matrix
of annotation data to ingest. The matrix
rows
must be aligned to the dimension indicated by the group's
dimension_name
.
name
Name of the new pairwise annotation matrix.
metadata
Named list of metadata to add.
add_seurat_graph()
Convert a SeuratObject::Graph
object to
AnnotationPairwiseMatrix
.
AnnotationPairwiseMatrixGroup$add_seurat_graph(object, technique)
object
A SeuratObject::Graph
object.
technique
Name of the technique used to generate the graph
(typically, nn
or snn
).
Arrays are named graph_<technique>
.
assay_used
: Name of the assay used to generate the graph.
graph_technique
: Name of the technique used to generate the graph.
used.
clone()
The objects of this class are cloneable with this method.
AnnotationPairwiseMatrixGroup$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.