Nothing
context("Check assay component table")
test_that("gtoxLoadAcid:is a data.table", {
tmp <- gtoxLoadAcid()
expect_true("data.table"%in%class(tmp))
})
test_that('gtoxLoadAcid:contains "GSH content_Cell count_24h"', {
tmp <- gtoxLoadAcid()
expect_true(any(tmp$acnm%in%"GSH content_Cell count_24h"))
})
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.