Jump to content

User contributions for Brb

A user with 43,103 edits. Account created on 18 October 2012.
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)

27 August 2022

26 August 2022

25 August 2022

24 August 2022

23 August 2022

  • 14:0314:03, 23 August 2022 diff hist +68 Heatmap Reorder dendrograms
  • 14:0214:02, 23 August 2022 diff hist +934 N File:ComplexHeatmap1.png <pre> library(ComplexHeatmap) set.seed(123) ng <- 10; n <- 10 mat = matrix(rnorm(ng * n), n) rownames(mat) = paste0("R", 1:ng) colnames(mat) = paste0("C", 1:n) bin <- sample(c("resistant", "sensitive"), n, replace = TRUE) tgi <- runif(n) # sort the columns by tgi ord <- order(tgi) col_fun = circlize::colorRamp2(range(tgi), c("#DEEBF7", "#084594")) column_ha = HeatmapAnnotation(tgi = tgi[ord], bin = bin[ord], col = list(tgi = col_fun,... current
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)