R/plotplate.R

Defines functions plotplate

Documented in plotplate

plotplate = function(dat, score="S", main){
  x = as.matrix(dat[grep(score, colnames(dat))])
  rownames(x) = dat[["well"]]
  heatmap.2(x, cexRow=0.35, cexCol=0.6, srtCol=0, density.info="none", main=main)
}

Try the highSCREEN package in your browser

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

highSCREEN documentation built on Feb. 12, 2021, 5:09 p.m.