DataType | R Documentation |
The DataType
list contains an enumeration of
valid string constant values representing data types
for dataset files.
CELLS
: The cells
data type.
CELL_SETS
: The cell-sets
data type.
EXPRESSION_MATRIX
: The expression-matrix
data type.
MOLECULES
: The molecules
data type.
NEIGHBORHOODS
: The neighborhoods
data type.
RASTER
: The raster
data type.
DataType
An object of class list
of length 6.
base_url <- "http://localhost:8000/"
vc <- VitessceConfig$new(schema_version = "1.0.16", name = "My config")
dataset <- vc$add_dataset("My dataset")$add_file(
url = paste0(base_url, "cells.json"),
data_type = DataType$CELLS,
file_type = FileType$CELLS_JSON
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.