complex-upset icon indicating copy to clipboard operation
complex-upset copied to clipboard

A library for creating complex UpSet plots with ggplot2 geoms

Results 66 complex-upset issues
Sort by recently updated
recently updated
newest added

**Objective** Is there a way to clear the objects stored in R memory after running complexUpset? Currently creating an upSet plot with additional attribute plotting that fills up most of...

help-request

Great package! I'm wondering if there is an easy way to have two side-by-side bars for each intersection? I have my observed data that I want to mainly plot, but...

question

**Is your feature request related to a problem? Please describe.** Using upsetR i could get plots from big(ish) data with ~5 million x 600 sized tables. complex upset yields no...

enhancement

**Is your feature request related to a problem? Please describe.** I was wondering whether it would be possible to flip the axes of the upset plot so that the intersection...

enhancement

`base_annotations` is redundant to `annotations`. Very often users want to customize the intersection size bar plot and they should be able to just pass `upset(..., intersection_size=intersection_size()` rather than specify lengthy...

enhancement

When I try to add a title above with wrap = T, the ggsave fails ( upset( movies, genres, name='genre', width_ratio=0.1, min_size=10, stripes=c(alpha('grey90', 0.45), alpha('white', 0.3)),wrap = T ) &...

help-request

Need to raise a warning when user passes missing values, as this can lead to unexpected results.

potential-bug

Hello, it's me again I noticed sometimes the numbers displayed in the bars are not correct ![example](https://user-images.githubusercontent.com/23341393/77565358-64158a00-6ec4-11ea-8342-5b082b4af0d3.png) The bar for the first intersection set is obviously not 39123 but more...

Add tests for enrichment of overlaps: - `ComplexUpset:::test_set_overlaps` (not currently exported, but will become public in the future) - `ComplexUpset:::test_set_overlaps_of_degree` (internal)