Nothing
test_bfc <- recount3_cache(
system.file(
"test_files",
package = "recount3",
mustWork = TRUE
)
)
url_DRP002835_meta <- locate_url(
"DRP002835",
"data_sources/sra"
)
test_that("Reading metadata files works", {
meta <-
read_metadata(file_retrieve(url_DRP002835_meta, bfc = test_bfc))
expect_s3_class(meta, "data.frame")
expect_equal(nrow(meta), 2)
expect_equal(ncol(meta), 174)
expect_error(read_metadata(NULL), "The are no metadata files to work with")
})
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.