Description Usage Arguments Details Value
Extracts subsets of CELL, CLUSTER, GATE, MWEIGHTS or RES object.
| 1 2 3 4 5 6 7 8 | ## S4 method for signature 'CLUSTER,ANY'
x[i, j]
## S4 method for signature 'MWEIGHTS,ANY'
x[i]
## S4 method for signature 'RES,ANY'
x[i]
 | 
| x | a CELL, CLUSTER, GATE, MWEIGHTS or RES object | 
| i | a numeric, logical or character vector | 
| j | a numeric, logical or character vector | 
For cytometry objects (CELL, CLUSTER, or GATE objects), the parameter 'i' represents a vector of profiles to extract and the parameter 'j' represents a vector of markers to extract.
For MWEIGHTS objects, the parameter 'i' represents a vector of markers to extract.
For RES objects, the parameter 'i' represents a vector of comparisons to extract.
a S4 object of class CELL, CLUSTER, GATE, MWEIGHTS or RES
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.