utilities-methods | R Documentation |
Defines how to call head
, tail
, and dim
for these S4 classes.
## S4 method for signature 'Annot'
head(x, n = 6L, ...)
## S4 method for signature 'richResult'
head(x, n = 6L, ...)
## S4 method for signature 'GSEAResult'
head(x, n = 6L, ...)
## S4 method for signature 'Annot'
tail(x, n = 6L, ...)
## S4 method for signature 'richResult'
tail(x, n = 6L, ...)
## S4 method for signature 'GSEAResult'
tail(x, n = 6L, ...)
## S4 method for signature 'Annot'
dim(x)
## S4 method for signature 'richResult'
dim(x)
## S4 method for signature 'GSEAResult'
dim(x)
x |
An object of class |
n |
Number of rows to display (for |
... |
Further arguments passed to the underlying data.frame method |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.