show | R Documentation |
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).
show(object)
## S4 method for signature 'CellCycleMarkers'
show(object)
## S4 method for signature 'CellTypeMarkers'
show(object)
object |
Any R object |
No return.
Updated 2021-10-15.
Michael Steinbuagh
data(cellCycleMarkersList, cellTypeMarkersList)
## CellCycleMarkers ====
object <- cellCycleMarkersList[[1L]]
show(object)
## CellTypeMarkers ====
object <- cellTypeMarkersList[[1L]]
show(object)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.