s4-accessors: S4 row- and column-related methods for Annot, richResult,...

s4-accessorsR Documentation

S4 row- and column-related methods for Annot, richResult, GSEAResult

Description

These methods let you get rownames, colnames, names, etc. for your custom S4 classes.

Usage

## 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)

Arguments

x

An object of class Annot, richResult, or GSEAResult

...

Further arguments (ignored)


guokai8/richR documentation built on June 10, 2025, 4:51 a.m.