makeMethylDB | R Documentation |
The function converts in-memory methylKit objects to methylDB objects
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
## 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.