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"))

Try the flowDensity package in your browser

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

flowDensity documentation built on Nov. 8, 2020, 5:55 p.m.