Nothing
library(FCBF)
library(testthat)
data("single_cell_dengue_exprs")
data("single_cell_dengue_annot")
test_that("fcbf works properly", {
expect_error(fcbf(single_cell_dengue_exprs, single_cell_dengue_annot))
expect_error(fcbf(t(single_cell_dengue_exprs, single_cell_dengue_annot)))
})
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.