View source: R/subset-COMPASSContainer.R
subset.COMPASSContainer | R Documentation |
Use this function to subset a COMPASSContainer
.
## S3 method for class 'COMPASSContainer'
subset(x, subset, ...)
x |
A |
subset |
A logical expression, evaluated within the metadata, indicating which entries to keep. |
... |
other arguments passed to 'COMPASSContainer' call. |
subset(CC, iid == "iid_1")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.