ComplexHeatmap (Gu, Eils, and Schlesner (2016)) is an R Programming Language (R Core Team (2020)) package that is currently listed in the Bioconductor package repository.
install and load required packages
require(RColorBrewer) require(ComplexHeatmap) require(circlize) require(digest) require(cluster)
If all load successfully, proceed to Part 3. Otherwise, go through the following code chunks in order to ensure that each package is installed and loaded properly.
BiocManager (Morgan (2019))