readMethylDB | R Documentation |
The function reads the header from a given tabix file and loads it into corresponding methylDB object.
readMethylDB(dbpath)
dbpath |
path to a tabix file with header |
an methylBaseDB
,methylRawDB
,
methylRawListDB
or an methylDiffDB
object
## Not run:
data(methylKit)
baseDB.obj <- makeMethylDB(methylBase.obj,"my/path")
mydbpath <- getDBPath(baseDB.obj)
rm(baseDB.obj)
readMethylDB(mydbpath)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.