Back to Browse

Complex Heatmap [R language]

5.3K views
Jan 10, 2022
12:32

In this video we will make complex heatmap. It will contain heatmap, frequency plot, dendograms and colored representation of different variables. We will start with the introduction to the data. After that we will see the related code for making the heatmap by using complex heatmap package. #### Data Provided By: Dr Adnan ASAB, NUST ##### Link to the Code https://github.com/rehanzfr/R_Codes/tree/master/ComplexHeatmap #### Packages used library(dplyr) library(tidyr) library(plyr) library(reshape2) library(ComplexHeatmap) library(ggpubr) library(circlize) library(RColorBrewer) library(scales) library(stringdist) library(corrplot) library(heatmaply) Dr Rehan Zafar Paracha Instagram @rehanzfr Youtube @rehanzfr Twitter @rehanzfr Linkdin @rehanzfr

Download

0 formats

No download links available.

Complex Heatmap [R language] | NatokHD