Description Usage Arguments Value Examples
The function converts in-memory methylKit objects to methylDB objects
1 2 3 4 5 6 7 8 9 10 11 12 13 | makeMethylDB(obj, dbdir = getwd())
## S4 method for signature 'methylBase'
makeMethylDB(obj, dbdir = getwd())
## S4 method for signature 'methylRaw'
makeMethylDB(obj, dbdir = getwd())
## S4 method for signature 'methylDiff'
makeMethylDB(obj, dbdir = getwd())
## S4 method for signature 'methylRawList'
makeMethylDB(obj, dbdir = getwd())
|
obj |
an |
dbdir |
directory where flat file database(s) should be stored, defaults to getwd(), working directory. |
an methylBaseDB
,methylRawDB
,
methylRawListDB
or an methylDiffDB
object
1 2 3 4 5 6 7 | ## Not run:
data(methylKit)
makeMethylDB(methylBase.obj,"my/path")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.