Nothing
test_mirsynergy <- function() {
load(system.file("extdata/toy_modules.RData", package="Mirsynergy"))
# run mirsynergy clustering
V2 <- mirsynergy(W, H, verbose=TRUE)
# check with presaved module cluster assignment
checkTrue(identical(V, V2))
}
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.