setClass("LTMG",slots = c(
InputData = "ANY",
OrdinalMatrix = "matrix"
)
)
setClass("Vis",slots = c(
OriginalMatrix = "ANY",
Cluster = "ANY",
Embedding = "ANY",
Reduction = "ANY",
Network= "ANY",
ImputatedData = "ANY",
MarkerGene = "ANY",
GeneInfo = "ANY",
CellInfo ="ANY",
activated.idents = "ANY",
tmp.seurat = "ANY"
))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.