show: Show an Object

Description Usage Arguments Details Value Author(s) See Also Examples

Description

Show an Object

Usage

1
2
## S4 method for signature 'bcbioRNASeq'
show(object)

Arguments

object

Any R object

Details

Objects from an S4 class (a class defined by a call to setClass) will be displayed automatically is if by a call to show. S4 objects that occur as attributes of S3 objects will also be displayed in this form; conversely, S3 objects encountered as slots in S4 objects will be printed using the S3 convention, as if by a call to print.

Methods defined for show will only be inherited by simple inheritance, since otherwise the method would not receive the complete, original object, with misleading results. See the simpleInheritanceOnly argument to setGeneric and the discussion in setIs for the general concept.

Value

show returns an invisible NULL.

Author(s)

Michael Steinbuagh

See Also

Other S4 Class Definition: [,bcbioRNASeq,ANY,ANY,ANY-method, bcbioRNASeq, coerce, updateObject

Examples

1

roryk/bcbioRnaseq documentation built on May 27, 2019, 10:44 p.m.