s4-accessors | R Documentation |
These methods let you get rownames, colnames, names, etc. for your custom S4 classes.
## S4 method for signature 'Annot'
row.names(x)
## S4 method for signature 'richResult'
row.names(x)
## S4 method for signature 'GSEAResult'
row.names(x)
## S4 method for signature 'Annot'
rownames(x)
## S4 method for signature 'richResult'
rownames(x)
## S4 method for signature 'GSEAResult'
rownames(x)
## S4 method for signature 'Annot'
names(x)
## S4 method for signature 'richResult'
names(x)
## S4 method for signature 'GSEAResult'
names(x)
## S4 method for signature 'Annot'
colnames(x)
## S4 method for signature 'richResult'
colnames(x)
## S4 method for signature 'GSEAResult'
colnames(x)
x |
An object of class Annot, richResult, or GSEAResult |
... |
Further arguments (ignored) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.