readMethylDB-methods: load tabix file with header to methylDB

readMethylDBR Documentation

load tabix file with header to methylDB

Description

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

Usage

readMethylDB(dbpath)

Arguments

dbpath

path to a tabix file with header

Value

an methylBaseDB,methylRawDB, methylRawListDB or an methylDiffDB object

Examples

## Not run: 
data(methylKit)

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


## End(Not run)


al2na/methylKit documentation built on Feb. 1, 2024, 4:42 p.m.