#'Class defintion of an scell object
#`
#`The class takes a matrix of values and needs row and column names.
setClass("scell",slots=c(
data="matrix",
var.genes="character",
tsne="matrix",
facs ="matrix",
pheatout = "list",
clusters = "integer"
))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.