## Tests for recomputeSignalFromRatios()
## library(TPP2D); library(testthat); source("setup-2dtpp-dataset.R"); source("test-recompute-signal.R")
context("recompute signal from ratios")
test_that("recomputeSignalFromRatios works as expected", {
out <- data.frame(recomputeSignalFromRatios(simulated_cell_extract_df))
expect_equivalent(data.frame(simulated_cell_extract_df), out)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.