tests/testthat/test-available_projects.R

test_that("number of available projects by organism works", {
    expect_equal(dim(available_projects("human")), c(8742, 6))
    expect_equal(dim(available_projects("mouse")), c(10088, 6))
})

Try the recount3 package in your browser

Any scripts or data that you put into this service are public.

recount3 documentation built on Feb. 13, 2021, 2 a.m.