subset-methods | R Documentation |
These methods define '[' subsetting on each respective S4 class.
## S4 method for signature 'Annot,ANY,ANY,ANY'
x[i, j, ..., drop = TRUE]
## S4 method for signature 'richResult,ANY,ANY,ANY'
x[i, j, ..., drop = TRUE]
## S4 method for signature 'GSEAResult,ANY,ANY,ANY'
x[i, j, ..., drop = TRUE]
x |
An S4 object (Annot, richResult, or GSEAResult) |
i , j |
indices for subsetting |
... |
further arguments (usually ignored) |
drop |
logical. Should dimensions be dropped? |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.