Nothing
context("BridgeRCore testing1")
test_that("testing BridgeRCore", {
halflife_table <- BridgeRCore(RNA_halflife_comparison,
save = FALSE)
expect_is(halflife_table, "data.table")
})
context("BridgeRCore testing2")
test_that("testing BridgeRCore 2", {
halflife_table <- BridgeRCore(RNA_halflife_comparison_HK,
save = FALSE,
normalization = "house_keeping_genes",
method = "3models")
expect_is(halflife_table, "data.table")
})
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.