Nothing
## Tests for recomputeSignalFromRatios()
## library(TPP2D); library(testthat); source("setup-2dtpp-dataset.R"); source("test-compete-models.R")
context("compete models")
test_that("competeModels works as expected", {
cm_df <- competeModels(simulated_cell_extract_df %>%
filter(clustername == "tp1"))
expect_identical(round(cm_df$F_statistic, -2), 100)
})
test_that("competeModels throws error", {
expect_error(competeModels(simulated_cell_extract_df %>%
dplyr::select(-log2_value)))
})
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.