context("simpleEstimate")
library(scater)
data("sc_example_counts")
test_that("simpleEstimate works", {
params <- simpleEstimate(sc_example_counts)
expect_true(validObject(params))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.