Browse code

version bump

Zuguang Gu authored on 22/10/2019 10:04:32
Showing 2 changed files

... ...
@@ -1,8 +1,8 @@
1 1
 Package: ComplexHeatmap
2 2
 Type: Package
3 3
 Title: Make Complex Heatmaps
4
-Version: 2.1.1
5
-Date: 2019-10-12
4
+Version: 2.1.2
5
+Date: 2019-10-22
6 6
 Author: Zuguang Gu
7 7
 Maintainer: Zuguang Gu <z.gu@dkfz.de>
8 8
 Depends: R (>= 3.1.2), methods, grid, graphics, stats, grDevices
... ...
@@ -40,9 +40,9 @@ make_comb_mat_from_matrix = function(x, mode, top_n_sets = Inf, min_set_size = -
40 40
 	set_size = set_size[l]
41 41
 	x = x[, l, drop = FALSE]
42 42
 
43
-	if(ncol(x) > 15) {
44
-		stop_wrap("Currently number of sets <= 15 is only supported.")
45
-	}
43
+	# if(ncol(x) > 15) {
44
+	# 	stop_wrap("Currently number of sets <= 15 is only supported.")
45
+	# }
46 46
 	
47 47
 	if(is.null(rownames(x))) {
48 48
 		x_has_rownames = FALSE