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