ncdfFlowList-class | R Documentation |
It is a list of ncdfFlowSet objects
ncdfFlowList(x, samples = NULL) ## S4 method for signature 'ncdfFlowList' show(object)
x |
|
samples |
|
object |
|
ncdfFlowList-class
Objects can be created by coercing a list of ncdfFlowSet objects as("ncdfFlowList",nclist = .... #a list of ncdfFlowSet objects)
data
:A list containing the ncdfFlowSet objects.
samples
:A integer
vector containing the index of the ncdfFlowSet object to which each sample belongs.
The name of the vector is the sample names that determine the order of samples exposed to the user, which can
be different from the physical storing order.
ncdfFlowSet
data(GvHD) nc1 <- ncdfFlowSet(GvHD[1]) nc2 <- ncdfFlowSet(GvHD[2]) nc3 <- ncdfFlowSet(GvHD[3]) list1 <- list(nc1, nc2, nc3) #coerce from list to ncdfFlowList nclist <- ncdfFlowList(list1) nclist #coerce(collapse) from ncdfFlowList to a single flowFrame collapsedData <- as(nclist, "flowFrame") collapsedData
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.