Nothing
plotHeatmap <- function(sgi, screen, channel, pi.max=NULL, main=expression(paste(pi,"-score")), hc.row = NULL, hc.col = NULL, withoutgroups=c("neg", "pos")) {
stopifnot( is( sgi, "RNAinteract" ) )
PI <- getData(sgi, type="pi", format="targetMatrix",screen=screen,channel=channel, withoutgroups=withoutgroups)
grid.sgiHeatmap(PI)
}
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.