Nothing
context(".geneXtender checker") #hidden method
fpath <- system.file("extdata", "somepeaksfile.txt", package="geneXtendeR")
peaksInput(fpath)
test_that("test dimensions and make sure it works", {
expect_equal(dim(.geneXtender(2500, rat, TRUE)), c(32402, 5))
})
if (file.exists("peaks.txt")) {
file.remove("peaks.txt")
}
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.