dbName <- file.path(system.file("extdata", package="CNEr"),
"cne.sqlite")
chr <- "chr11"
start <- 31000000L
end <- 33000000L
minLength <- 50L
tableName <- "danRer7_hg19_45_50"
fetchedCNERanges <- readCNERangesFromSQLite(dbName, tableName, chr,
start, end, whichAssembly="L",
minLength=minLength)
Run the code above in your browser using DataLab