vconcat | R Documentation |
A helper function to construct a new VitessceConfigViewVConcat
object based on multiple views.
vconcat(...)
... |
A variable number of |
A VitessceConfigViewVConcat
object.
vc <- VitessceConfig$new(schema_version = "1.0.16", name = "My config")
ds <- vc$add_dataset("My dataset")
spatial <- vc$add_view(ds, Component$SPATIAL)
gene_list <- vc$add_view(ds, Component$FEATURE_LIST)
vc$layout(vconcat(spatial, gene_list))
vc$widget()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.