library(tidyheatmaps) tidyheatmap(df = data_exprs, rows = external_gene_name, columns = sample, values = expression, scale = "row", annotation_col = c(sample_type, condition, group), annotation_row = c(is_immune_gene, direction), gaps_row = direction, gaps_col = group )
This is how you can visualize gene expression data in #tidyheatmaps ๐คฉ
https://jbengler.github.io/tidyheatmaps/
#rstats #dataviz #phd