Description Usage Arguments Examples
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.
1 2 | ## S4 method for signature 'flowSet'
ncdfFlowSet(x, ncdfFile, dim = 2, compress = 0)
|
x |
|
ncdfFile |
|
dim |
|
compress |
|
1 2 3 | 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.