Description Usage Arguments Examples
The show method works for methylRaw
,methylRawDB
,
methylRawList
,methylRawListDB
,
methylBase
,methylBaseDB
and methylDiff
objects
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | ## S4 method for signature 'methylBase'
show(object)
## S4 method for signature 'methylRaw'
show(object)
## S4 method for signature 'methylRawList'
show(object)
## S4 method for signature 'methylDiff'
show(object)
## S4 method for signature 'methylRawDB'
show(object)
## S4 method for signature 'methylRawListDB'
show(object)
## S4 method for signature 'methylBaseDB'
show(object)
## S4 method for signature 'methylDiffDB'
show(object)
|
object |
any methylKit object |
1 2 3 | data(methylKit)
methylDiff.obj
show(methylDiff.obj)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.