Nothing
library(testthat)
library(GSEABase)
library(miRSM)
# Load datasets
data(BRCASampleData)
# Identify gene co-expression modules using igraph method
modulegenes_igraph <- module_igraph(ceRExp[, seq_len(10)],
mRExp[, seq_len(10)])
test_that("Test miRSM", {
expect_equal(geneIds(module_igraph(ceRExp[, seq_len(10)],
mRExp[, seq_len(10)])), geneIds(modulegenes_igraph))
})
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.