The Component
list contains an enumeration of
valid string constant values representing components.
SCATTERPLOT
: Thescatterplot
component.SPATIAL
: Thespatial
component.DESCRIPTION
: Thedescription
component.STATUS
: Thestatus
component.CELL_SETS
: ThecellSets
component.HEATMAP
: Theheatmap
component.LAYER_CONTROLLER
: ThelayerController
component.CELL_SET_SIZES
: ThecellSetSizes
component.GENES
: Thegenes
component.
Examples
vc <- VitessceConfig$new(schema_version = "1.0.16", name = "My config")
dataset <- vc$add_dataset("My dataset")
description <- vc$add_view(dataset, Component$DESCRIPTION)
vc$layout(description)
vc$widget()