-
Hi,
I have a dataset containing 5 groups, each with tens of millions of entries, for which I've already computed overlap sizes externally. Converting my data to a binary matrix would be difficult d…
-
Using the standard movies example:
```R
movies
-
I would like to be able to work with the actual data generated by the UpSetR package in terms of the number of possible intersections generated and their associated value. I work primarily in Populati…
-
Hi,
I managed to generate a plot successfully with UpsetR.
But one of my samples has relatively high set size in comparison with the rest. Therefore when it is showed on the interaction bar plot whe…
-
Hi! Is there a way to plot a "no set" in Upset R? I noticed in the image you have on the web interface (https://caleydo.org/tools/upset/) , there is functionality to show attribute plots (and a bar c…
-
It would be nice to support directly data frames stored as tibbles. Currently it fails as follows (I got the same error with my own dataset):
```r
> movies upset(movies)
Error in sort.list(y) : …
-
Thank you for the lovely package!
I am using UpSetR to plot a 1GB list input (`upset(fromList(large.list.input))`), which means that it takes a little while to calculate all the intersections. It …
-
Hi- Thanks for the great tool!
It seems that column names starting with a digit don't play well with the `intersections` option.
This is ok:
```
movies
-
Hey guys!
First of all, thank you for the super useful and overall great package.
Here is a potential bug that I found, which is holding me back from using the package.
If I include a data set …
-
I have data with a group column as follows;
```
str(category)
A B C D E F G H cluster
1: 0 0 0 0 1 1 0 1 10
2: 0 0 0 0 0 0 0 1 6
3: 0 0 0 1 0 0 1 0 8
4: …