ncdfFlowSet-constructor: create ncdfFlowSet from flowSet

Description Usage Arguments Examples

Description

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.

Usage

1
2
## S4 method for signature 'flowSet'
ncdfFlowSet(x, ncdfFile, dim = 2, compress = 0)

Arguments

x

flowSet

ncdfFile

character specifies the file name of cdf file

dim

integer see details in read.ncdfFlowset.

compress

integer see details in read.ncdfFlowset.

Examples

1
2
3
data(GvHD)
fs <- GvHD[1:2]
ncfs <- ncdfFlowSet(fs)

ncdfFlow documentation built on Nov. 8, 2020, 7:52 p.m.