getDBPath | R Documentation |
The function returns the path to the flat file database that stores the data
of the methylRawDB
,
methylRawListDB
, methylBaseDB
or
methylDiffDB
objects.
getDBPath(x)
## S4 method for signature 'methylRawListDB'
getDBPath(x)
## S4 method for signature 'methylBaseDB'
getDBPath(x)
## S4 method for signature 'methylRawDB'
getDBPath(x)
## S4 method for signature 'methylDiffDB'
getDBPath(x)
x |
an |
data(methylKit)
methylBaseDB.obj <- unite(methylRawList.obj,save.db=TRUE,dbdir="methylDB")
#The path to the database is returned
getDBPath(methylBaseDB.obj)
# remove Database again
rm(methylBaseDB.obj)
unlink("methylDB",recursive=TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.