-
Notifications
You must be signed in to change notification settings - Fork 11
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
ps_venn ran fine the first time and then get an error; ps_euler runs fine. #20
Comments
Hi I have not seen that error before, and have no idea how it can arise. I would need a example dataset to test if I can reproduce the error. Best, |
Closing due to no answer |
Hi @Russel88, thanks for sharing the package, I got the same error with this ps_venn function, Exactly the same error output: Error in drawVennDiagram(data = x, small = small, showSetLogicLabel = showSetLogicLabel, : I test with other banks, such as: data(GlobalPatterns) Provided at: https://joey711.github.io/phyloseq/Example-Data.html and always the same error appears, It would be interesting if you provided practical examples, Thanks, |
Hmm, could it be a version problem. The following ran fine with MicEco 0.9.18 and eulerr 6.1.1:
|
@Russel88 my packages are in version: Unfortunately, I ran the example as you demonstrated here and it gave the same error: Error in drawVennDiagram(data = x, small = small, showSetLogicLabel = showSetLogicLabel, : I believe that many people are going through and will have the same problem as me. Could you provide us with a package update or other solution?. I found your package very interesting. Thanks @Russel88, |
I find this package for building venn diagrams : https://github.com/dusadrian/venn, interesting, because it allows you to create larger venn graphs, with a greater number of groups, Maybe in a future adaptation, it'll be cool. Thanks @Russel88, |
Hello
I get this error
Error in drawVennDiagram(data = x, small = small, showSetLogicLabel = showSetLogicLabel, : gplots.drawVennDiagram: This internal function is used wrongly. Please call the function 'venn' with the same arguments, instead.
What this could mean? ps_euler works fine and I am able to plot.Thanks in advance.
The text was updated successfully, but these errors were encountered: