readMethylDB-methods: load tabix file with header to methylDB

Description Usage Arguments Details Value Examples

Description

load tabix file with header to methylDB

Usage

1
readMethylDB(dbpath)

Arguments

dbpath

path to a tabix file with header

Details

The function reads the header from a given tabix file and loads it into corresponding methylDB object.

Value

an methylBaseDB,methylRawDB, methylRawListDB or an methylDiffDB object

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
## Not run: 
data(methylKit)

baseDB.obj <- makeMethylDB(methylBase.obj,"my/path")
mydbpath <- getDBPath(baseDB.obj)
rm(baseDB.obj)
readMethylDB(mydbpath)


## End(Not run)

methylKit documentation built on Jan. 30, 2021, 2 a.m.