Nothing
context('interactions_data')
data(cem)
cem0 <- new_cem()
int_df <- read.delim(system.file("extdata", "interactions.tsv",
package = "CEMiTool"))
test_that('interactions_data throws an error when there are no modules', {
expect_error(interactions_data(cem0) <- int_df)
})
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.