| outFrames {CATALYST} | R Documentation |
flowFrames from a dbFrameReturns a flowSet or list of flowFrames from a
dbFrame. Each flowFrame will contain the subset of
events that have been assigned to the same ID.
outFrames(x, ...) ## S4 method for signature 'dbFrame' outFrames(x, return = "flowSet", which = "assigned")
x |
a |
... |
optional arguments. |
return |
|
which |
Specifies which barcode(s) to include. |
Creates a separate flowFrame for each barcode population
and, if desired, the population of unassigned events.
a flowSet or list of flowFrames.
Helena Lucia Crowell helena.crowell@uzh.ch
data(sample_ff, sample_key)
re <- assignPrelim(x = sample_ff, y = sample_key)
re <- estCutoffs(x = re)
re <- applyCutoffs(x = re)
outFrames(x = re, return = "list", which = c("B1", "D4"))