Description Usage Arguments Value Objects from the Class Slots See Also Examples
It is a list of ncdfFlowSet objects
1 2 3 4 | 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.
1 2 3 4 5 6 7 8 9 10 11 | 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.