Learn R Programming

ncdfFlow (version 2.18.0)

ncdfFlowSet,flowSet-method: create ncdfFlowSet from flowSet

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

"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

Run this code
data(GvHD)
fs <- GvHD[1:2]
ncfs <- ncdfFlowSet(fs)

Run the code above in your browser using DataLab