data(GvHD)
nc <- ncdfFlowSet(GvHD[1:2])
samples <- sampleNames(nc)
sn <- samples[1]
#return the entire flowFrame
fr <- nc[[sn]]
#access the flowFrame meta data without loading the raw event data from disk
nc[[sn, use.exprs = FALSE]]
#only read a subset of channels (more efficient than reading entire data set)
nc[[sn, 1:2]]
Run the code above in your browser using DataLab