Component | R Documentation |
The Component
list contains an enumeration of
valid string constant values representing components.
SCATTERPLOT
: The scatterplot
component.
SPATIAL
: The spatial
component.
DESCRIPTION
: The description
component.
STATUS
: The status
component.
CELL_SETS
: The cellSets
component.
HEATMAP
: The heatmap
component.
LAYER_CONTROLLER
: The layerController
component.
CELL_SET_SIZES
: The cellSetSizes
component.
GENES
: The genes
component.
Component
An object of class list
of length 12.
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()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.