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"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.