[,ncdfFlowSet,ANY-method | R Documentation |
similar to [
.
## S4 method for signature 'ncdfFlowSet,ANY'
x[i, j, ..., drop = FALSE]
## S4 method for signature 'ncdfFlowList,ANY'
x[i, j, ..., drop = TRUE]
x |
|
i |
sample index(or name) |
j |
column(or channel) index (or name) |
... |
other arguments not used |
drop |
|
data(GvHD)
nc <- ncdfFlowSet(GvHD[1:2])
samples <- sampleNames(nc)
nc[1]
nc1 <- nc[samples[1]]
#nc1 and nc share the cdf file
all.equal(getFileName(nc1), getFileName(nc))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.