ncdfFlowSet,flowSet-method | R Documentation |
Normally the ncdfFlowSet
is constructed by loading raw FCS files using read.ncdfFlowSet
.
In case there is a legacy flowSet
object, we can convert it to ncdfFlowSet
with this constructor.
## S4 method for signature 'flowSet' ncdfFlowSet(x, ncdfFile, dim = 2, compress = 0)
x |
|
ncdfFile |
|
dim |
|
compress |
|
data(GvHD) fs <- GvHD[1:2] ncfs <- ncdfFlowSet(fs)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.