Nothing
if(FALSE) {
library( "RUnit" )
library( "metagene2" )
}
test.metagene_heatmap <- function() {
test = get_demo_metagene()
checkTrue(is(metagene2_heatmap(test), "ggplot"))
checkTrue(is(metagene2_heatmap(test, coverage_order(test)), "ggplot"))
checkTrue(is(metagene2_heatmap(test, coverage_order(test, "align2_rep2")), "ggplot"))
}
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.