# \donttest{
exptabpath <- system.file("extdata", "exptab-preprocessing.csv", package="tepr")
gencodepath <- system.file("extdata", "gencode-chr13.gtf", package = "tepr")
windsize <- 200
## Necessary result to call makewindows
allannobed <- retrieveanno(exptabpath, gencodepath, verbose = FALSE)
## Calling makewindows
allwindowsbed <- makewindows(allannobed, windsize, verbose = FALSE)# }
Run the code above in your browser using DataLab