plotHeatmap: Plot a heatmap of GO terms

Description Usage Arguments Value Examples

Description

Plot a heatmap of GO terms

Usage

1
2
plotHeatmap(heatmapData, mar = c(0, 0, 0, 0), oma = c(0, 0, 0, 0),
  keysize = 0.5, labCol = "")

Arguments

heatmapData

matrix generated by Humanzee::goHeatmapData, which contains GO terms annotations and p-values of the enrichment analysis.

Value

hmp heatmap generated by heatmap.2 function.

Examples

1
2
3
 hmap <- plotHeatmap(heatmap_allgos,
                     labCol = c("Ribo > mRNA", "RNA > Ribo",
                               "Ribo > Protein", "Protein > Ribo"))

jhsiao999/Humanzee documentation built on May 19, 2019, 9:28 a.m.