Skip to content

Commit

Permalink
improved upset plots
Browse files Browse the repository at this point in the history
  • Loading branch information
jokergoo committed Mar 26, 2020
1 parent 0404fb2 commit 4acbc10
Show file tree
Hide file tree
Showing 7 changed files with 533 additions and 233 deletions.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ export("dendrogramGrob")
export("densityHeatmap")
export("dist2")
export("extract_comb")
export("full_comb_code")
export("getXY_in_parent_vp")
export("grid.annotation_axis")
export("grid.boxplot")
Expand Down
3 changes: 3 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@ CHANGES in VERSION 2.3.3

* support **gridtext** package
* fixed the bug of node stack overflow when there are many identical rows for drawing the dendrogram.
see (http://www.thinkingincrowd.me/2016/06/06/How-to-avoid-Stack-overflow-error-on-recursive/)
* support to set legend gaps
* print important messages, e.g. when number of rows are more than 2000, interanlly use_raster
is turned on and the message should be printed to users.
* UpSet plots: optimize the processing of many sets (current solution consumes huge memory)
* UpSet plots: the "intersect" and "union" modes are currectly calculated.

========================

Expand Down
Loading

0 comments on commit 4acbc10

Please sign in to comment.