R/AllClasses.R

setClassUnion("matrixorGate", c("matrix", "polygonGate"))


setClass("CellPopulation", representation(flow.frame="flowFrame",
                                          proportion="numeric",
                                          cell.count="numeric",
                                          channels="character", 
                                          position="logical",
                                          gates="numeric",
                                          filter="matrixorGate",
					  index="numeric"))
mehrnoushmalek/flowDensity documentation built on Oct. 31, 2023, 1:27 a.m.