getAssembly | R Documentation |
The function returns the genome assembly stored in any of the
methylBase
,methylBaseDB
,methylRaw
,
methylRawDB
,methylDiff
objects
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
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.