Description Usage Arguments Value Examples
The function returns the genome assembly stored in any of the
methylBase
,methylBaseDB
,methylRaw
,
methylRawDB
,methylDiff
objects
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | getAssembly(x)
## S4 method for signature 'methylBase'
getAssembly(x)
## S4 method for signature 'methylRaw'
getAssembly(x)
## S4 method for signature 'methylDiff'
getAssembly(x)
## S4 method for signature 'methylRawDB'
getAssembly(x)
## S4 method for signature 'methylBaseDB'
getAssembly(x)
## S4 method for signature 'methylDiffDB'
getAssembly(x)
|
x |
an |
the assembly string for the object
1 2 3 4 5 | data(methylKit)
getAssembly(methylBase.obj)
getAssembly(methylDiff.obj)
getAssembly(methylRawList.obj[[1]])
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.