Skip to contents

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.

Usage

Component

Format

An object of class list of length 12.

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()