R/create_sample_gene_heatmap.R

create_sample_gene_heatmap <- function(x) {
  plot <- lattice::levelplot(
    x=t(as.matrix(x)),
    xlab='',
    ylab='',
    scales=list(x=list(rot=90))
  )
  return(plot)
}
Bio-Core/BioCore.CAMs documentation built on May 30, 2019, 6:10 p.m.