# celltracer-object -------------------------------------------------------
cto <- setClass(Class = "cto",
slots = c(
data = "list",
cluster_info = "list",
wp_info = "list",
set_up = "list",
storage_info = "list",
background_info = "list"
)
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.