show: Show Method for 'AnyHermesData' Objects

show,HermesData-methodR Documentation

Show Method for AnyHermesData Objects

Description

[Experimental]

A show method that displays high-level information of AnyHermesData objects.

Usage

## S4 method for signature 'HermesData'
show(object)

## S4 method for signature 'RangedHermesData'
show(object)

Arguments

object

(AnyHermesData)
input.

Value

None (invisible NULL), only used for the side effect of printing to the console.

Note

The same method is used for both HermesData and RangedHermesData objects. We need to define this separately to have this method used instead of the one inherited from SummarizedExperiment::SummarizedExperiment.

Examples

object <- hermes_data
object

insightsengineering/hermes documentation built on May 2, 2024, 6:01 a.m.