Kazu Nozue
/
2024-08-03
example(pheatmap) ## ## phetmp> # Create test matrix ## phetmp> test = matrix(rnorm(200), 20, 10) ## ## phetmp> test[1:10, seq(1, 10, 2)] = test[1:10, seq(1, 10, 2)] + 3 ## ## phetmp> test[11:20, seq(2, 10, 2)] = test[11:20, seq(2, 10, 2)] + 2 ## ## phetmp> test[15:20, seq(2, 10, 2)]…