The Component list contains an enumeration of
valid string constant values representing components.
SCATTERPLOT: Thescatterplotcomponent.SPATIAL: Thespatialcomponent.DESCRIPTION: Thedescriptioncomponent.STATUS: Thestatuscomponent.CELL_SETS: ThecellSetscomponent.HEATMAP: Theheatmapcomponent.LAYER_CONTROLLER: ThelayerControllercomponent.CELL_SET_SIZES: ThecellSetSizescomponent.GENES: Thegenescomponent.
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()