tavareshugo / 2019-07-01-bioinformatics_for_biologists

https://tavareshugo.github.io/2019-07-01-bioinformatics_for_biologists/
3 stars 3 forks source link

Clustering using heatmaps #6

Closed mvanrongen closed 5 years ago

mvanrongen commented 5 years ago

There is an issue with using install.packages("ComplexHeatmap") to get the ComplexHeatmap package if you have the latest R version.

Warning in install.packages :
  package ‘ComplexHeatmap’ is not available (for R version 3.6.0)

Installation should apparently be done using the info on the following link: https://bioconductor.org/packages/release/bioc/html/ComplexHeatmap.html

if (!requireNamespace("BiocManager", quietly = TRUE))
    install.packages("BiocManager")

BiocManager::install("ComplexHeatmap")

I can't quite find these instructions in the materials, although I may have missed them?