as.flowSet {ncdfFlow} | R Documentation |
ncdfFlowSet
to a flowSet
The main purpose of this API is to convert the archived data (stored in ncdfFlowSet
) to flowSet
when the speed is more concerned than memory effieciency.
Although ncdfFlowSet
is designed to minimize the disk-IO cost, so usually it is not necessary to do such coersion.
as.flowSet(from, top)
from |
a |
top |
|
data(GvHD) nc1 <- ncdfFlowSet(GvHD[1:4]) fs <- as.flowSet(nc1)