outFrames {CATALYST} | R Documentation |
flowFrame
s from a dbFrame
Returns a flowSet
or list of flowFrame
s 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 flowFrame
s.
Helena Lucia Crowell crowellh@student.ethz.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"))