UpSetR icon indicating copy to clipboard operation
UpSetR copied to clipboard

An R implementation of the UpSet set visualization technique published by Lex, Gehlenborg, et al..

Results 128 UpSetR issues
Sort by recently updated
recently updated
newest added

I couldn't find a way to extract the intersecting values. For instance, reporting the names of movies that fall under more than one genre (action, thriller, drama). At least for...

I fear that this may be the end of UpSetR's compatibility with external packages. Plotting using `fromList()` no longer works and instead spits an error. Here's my Minimal Reprex ```...

Dear authors, I am having issues with the ordering of the upset plot. Here, I provide a reproducible example. Read the usual `movies` data set. ``` movies % upset(., keep.order...

When trying to calculate the plot using `upset(data)` I get the following message: `Error: code for combination set should only contain 0 and 1.` The data input is a combination...

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...

I know this is a noob question, but how do you actually get the output of the plot? I try ggsave and I get I save the plot to a...

I have 23 samples to find the differences among samples, when nsets was set to 10, 15, 19, it can soon formed result file; but when i adjust the nsets...

Hi, I am trying to use a dataframe in R to generated a plot from this example. But I got this error `Error in start_col:end_col : argument of length 0...

From the UpSetR issues listed I find that others are seeking to determine the member ids within the numbers listed at the top of each bar of the 'Intersection Size'...

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