R/scellClass.R

#'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"
  ))
hugoakerstrand/MyFirstPackage documentation built on May 31, 2019, 5:33 a.m.