show: Show an object

showR Documentation

Show an object

Description

Display the object, by printing, plotting or whatever suits its class. This function exists to be specialized by methods. The default method calls showDefault.

Formal methods for show will usually be invoked for automatic printing (see the details).

Usage

show(object)

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

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

Arguments

object

Any R object

Value

No return.

Note

Updated 2021-10-15.

Author(s)

Michael Steinbuagh

Examples

data(cellCycleMarkersList, cellTypeMarkersList)

## CellCycleMarkers ====
object <- cellCycleMarkersList[[1L]]
show(object)

## CellTypeMarkers ====
object <- cellTypeMarkersList[[1L]]
show(object)

acidgenomics/r-acidsinglecell documentation built on March 30, 2024, 5:39 a.m.