rangeMap.start: Initiate/open a new rangeMapper project

Description Usage Arguments Value See Also Examples

View source: R/projectINI-methods.R

Description

Initiate/open a new rangeMapper project

Usage

1
2
3
4
5
rangeMap(path)

rangeMap.start(dir, file, overwrite = FALSE)

rangeMap.open(path, verbose = TRUE)

Arguments

path

character vector; a path to a valid rangeMapper project.

dir

project directory.

file

project file name.

overwrite

logical vector, default to FALSE (the file is kept but all tables are dropped).

verbose

character vector; if TRUE the project's summary is printed.

Value

rangeMap.start() and rangeMap.open() returns an sqlite connection
rangeMap() returns an object of class rangeMap

See Also

rangeMap.save

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
td = setwd(tempdir())

dbcon = rangeMap.start(file = "test.sqlite", overwrite = TRUE, dir = tempdir() )
summary(dbcon)

summary(rangeMap("test.sqlite"))

dbcon = rangeMap.open(path = "test.sqlite")
summary(dbcon)
setwd(td)

valcu/rangeMapper documentation built on Feb. 6, 2021, 8:20 p.m.