Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create an Upset plot using UpsetR R package #634

Open
KristinaGomoryova opened this issue Feb 5, 2025 · 0 comments
Open

Create an Upset plot using UpsetR R package #634

KristinaGomoryova opened this issue Feb 5, 2025 · 0 comments

Comments

@KristinaGomoryova
Copy link
Collaborator

There is an Upset tool on Galaxy, based on Intervene which is a command line tool, but it accepts the data in a special format and I haven't been able to run it on a simple tabular data...

I would actually opt for creating an upset plot based on widely used UpSetR package which accepts both lists and tabular data.

User would supply a table where ideally rows = features, columns = samples, and within the tool a binary matrix would be firstly created (0 intensity -> 0; any non-zero intensity -> 1). Out of that the plot can be created easily using the upset() function.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant