R/HexTemplate_s4.R

#' S4 Class HexTemplate
#'
#' @slot hexagonSP SpatialPolygons that contain information about the hexagons.
#' @slot counts list of events per hexagon per sample.
#' @slot metadata data.frame.
#' @slot xChannel character.
#' @slot yChannel character.
#' @slot nHex numeric.
#' @slot nSamples numeric.
#'
#' @return
#'
#'
#' @examples
setClass("HexTemplate",
         representation(hexagonSP = "SpatialPolygons",
                        counts = "list",
                        metadata = "data.frame",
                        xChannel = "character",
                        yChannel = "character",
                        nHex = "numeric",
                        nSamples = "numeric",
                        gapID = "vector",
                        dimen = "vector"))
AG-ESSER/HexTemplatesFCS documentation built on Dec. 31, 2020, 9:44 a.m.