getDBPath-methods: Get path to database of the methylDB objects

Description Usage Arguments Examples

Description

The function returns the path to the flat file database that stores the data of the methylRawDB, methylRawListDB, methylBaseDB or methylDiffDB objects.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
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)

Arguments

x

an methylBaseDB,methylRawDB, methylRawListDB or methylDiffDB object

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
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)

qizhengyang2017/methylKit_1.8.1 documentation built on May 5, 2019, 7:58 p.m.