Nothing
## Data
exptabpath <- system.file("extdata", "exptab-preprocessing.csv", package="tepr")
gencodepath <- system.file("extdata", "gencode-chr13.gtf", package = "tepr")
## Call the function to test
allannobed <- retrieveanno(exptabpath, gencodepath, verbose = FALSE)
## ---- Comparing to expected object ---- ##
expectedobj <- readRDS(system.file("extdata", "allannobed.rds",
package="tepr"))
test_that("retrieveanno works properly", {
expect_equal(allannobed, expectedobj)
})
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.