utilities-methods: S4 methods for head, tail, dim on Annot, richResult,...

utilities-methodsR Documentation

S4 methods for head, tail, dim on Annot, richResult, GSEAResult

Description

Defines how to call head, tail, and dim for these S4 classes.

Usage

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

Arguments

x

An object of class Annot, richResult, or GSEAResult

n

Number of rows to display (for head or tail)

...

Further arguments passed to the underlying data.frame method


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