R/plotHeatmap.R

Defines functions plotHeatmap

Documented in plotHeatmap

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)
}

Try the RNAinteract package in your browser

Any scripts or data that you put into this service are public.

RNAinteract documentation built on Nov. 8, 2020, 5:28 p.m.