Nothing
context("abundance")
test_that("abundance picking works correctly", {
data(dietswap)
pseq <- dietswap
expect_equal(readcount(pseq)[[3]], sum(abundances(pseq)[,3]))
expect_true(is.matrix(abundances(pseq)))
expect_true(is.vector(abundances(pseq)[,1]))
expect_true(is.matrix(abundances(pseq, transform = "compositional")))
})
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.