Nothing
# Converted from mts_tests() Demo mode. Quick subset run via mts_tests("Demo").
test_that("mts_mixModelCluster() returns a vector with the specified length", {
multisepOutput <- mts_mixModelCluster(dataMatrix = depMapXPR_subset[1:2,], cores = cores)
expect_length(multisepOutput, 2)
})
test_that("using a gene expression without log2 transformed values gives an output", {
eDF_inverse <- 2^depMapXPR_subset
expect_no_error(mts_mixModelCluster(dataMatrix = depMapXPR_subset[1:5,], cores = cores))
})
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.