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"))
cole-trapnell-lab/monocle-release documentation built on May 13, 2019, 8:50 p.m.