Description Usage Arguments Details Value Author(s) See Also Examples
Show an Object
1 2 | ## S4 method for signature 'bcbioSingleCell'
show(object)
|
object |
Any R object |
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.
show returns an invisible NULL.
Michael Steinbuagh
Other S4 Object: bcbioSingleCell,
coerce, extract,
updateObject
1 2 | # bcbioSingleCell ====
show(indrops_small)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.