GithubHelp home page GithubHelp logo

Comments (6)

ricmedveterinario avatar ricmedveterinario commented on May 28, 2024 2

@Russel88 my packages are in version:
MicEco 0.9.19 and eulerr 7.0.0.

Unfortunately, I ran the example as you demonstrated here and it gave the same error:

Error in drawVennDiagram(data = x, small = small, showSetLogicLabel = showSetLogicLabel, :
gplots.drawVennDiagram: This internal function is used wrongly. Please call the 'venn' function with the same arguments instead.

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,

from miceco.

Russel88 avatar Russel88 commented on May 28, 2024

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,

from miceco.

Russel88 avatar Russel88 commented on May 28, 2024

Closing due to no answer

from miceco.

ricmedveterinario avatar ricmedveterinario commented on May 28, 2024

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, :
gplots.drawVennDiagram: This internal function is used wrongly. Please call the 'venn' function with the same arguments instead.

I test with other banks, such as:

data(GlobalPatterns)
date(esophagus)
data(enterotype)
date(soilrep)

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,

from miceco.

Russel88 avatar Russel88 commented on May 28, 2024

Hmm, could it be a version problem. The following ran fine with MicEco 0.9.18 and eulerr 6.1.1:

library(phyloseq)
library(MicEco)
data(GlobalPatterns)

# Reduce the number of groups
ss <- sample_data(GlobalPatterns)
ss$SampleType <- ifelse(ss$SampleType %in% c("Soil", "Ocean"), as.character(ss$SampleType), "Others")
sample_data(GlobalPatterns) <- sample_data(ss)

# Plot
ps_venn(GlobalPatterns, group = "SampleType")

from miceco.

ricmedveterinario avatar ricmedveterinario commented on May 28, 2024

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,

from miceco.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.