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

percentage labels on Venn Diagram #2

Open
sahuno opened this issue May 23, 2023 · 1 comment
Open

percentage labels on Venn Diagram #2

sahuno opened this issue May 23, 2023 · 1 comment

Comments

@sahuno
Copy link

sahuno commented May 23, 2023

Thank you for the making this tool. I've been relying on it a lot for my research.
Que - is there anyway i can add percentage labels to my Venn diagram with ssvFeatureVenn() instead of/in addition to the raw count?

thanks

@jrboyd
Copy link
Owner

jrboyd commented May 23, 2023

Hi @sahuno, I'm happy to hear seqsetvis has been useful to you.

I've added some args related to percentages to ssvFeatureVenn(). These changes will be available from bioc in the next day or 2, but you can use them now if you reinstall from github.

Once you're on seqsetvis version 1.21.1, you can do:

ssvFeatureVenn(list(1:3, 2:6), counts_as_percent = TRUE, percentage_digits = 2, percentage_suffix = " %")

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

2 participants