R/CellTypeHierarchy.R

setOldClass(c("igraph"), prototype=structure(list(), class="igraph"))

#' The CellTypeHierarchy class
#'
#' Classifies cells according to a hierarchy of types.
#' 
#' Classifies cells according to a hierarchy of types via user-defined
#' gating functions.
#'
#'
#'@section Slots: 
#'  \describe{
#'    \item{\code{classificationTree}:}{Object of class \code{"igraph"}}
#'  }
#'
#' @name CellTypeHierarchy 
#' @rdname CellTypeHierarchy
#' @aliases CellTypeHierarchy-class
#' @exportClass CellTypeHierarchy
setClass( "CellTypeHierarchy", 
          slots = c(classificationTree="igraph"))

Try the monocle package in your browser

Any scripts or data that you put into this service are public.

monocle documentation built on Nov. 8, 2020, 5:06 p.m.