Nothing
test_DEsubs <- function()
{
message('Testing DEsubs...', appendLF=FALSE)
load(system.file('extdata', 'data.RData', package='DEsubs'))
DEsubs.run <- DEsubs( org='hsa',
mRNAexpr=mRNAexpr,
mRNAnomenclature='entrezgene',
pathways='All',
DEtool=NULL,
DEpar=0.05,
CORtool='pearson',
CORpar=0.6,
subpathwayType=NULL,
rankedList=rankedList)
all.equal(DEsubs.run, DEsubs.out)
message('done.')
}
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.