result_detail_methods: S4 methods for result() and detail() on richResult and...

result_detail_methodsR Documentation

S4 methods for result() and detail() on richResult and GSEAResult

Description

These methods return as.data.frame(x@result) or x@detail, depending on the class, effectively exposing object contents.

Usage

## S4 method for signature 'richResult'
result(x)

## S4 method for signature 'GSEAResult'
result(x)

## S4 method for signature 'richResult'
detail(x)

## S4 method for signature 'GSEAResult'
detail(x)

Arguments

x

A richResult or GSEAResult object

Value

A data frame


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