# test_that("Test: genie() correctly imports BEELINE GENIE3 output.", {
#
# genie3_output <- system.file('beeline_examples/GENIE3/outFile.csv', package = 'edgynode')
# # import GENIE3 specific output
# genie3_parsed <- genie(genie3_output)
#
# expect_equal(nrow(genie3_parsed), 50)
# expect_equal(ncol(genie3_parsed), 50)
# expect_true(all(is.character(row.names(genie3_parsed))))
# expect_true(all(apply(genie3_parsed, 2, is.numeric)))
# expect_error(genie("path/that/does/not/exist"))
#
# })
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.