Giter VIP home page Giter VIP logo

Comments (5)

wolski avatar wolski commented on July 29, 2024

@jjGG

I did run the examples in the prolfqua package ContrastsPlotter documentation:

cp$volcano(scales = "fixed")

image

cp$volcano(scales = "free")

image

Please try to reproduce an possible error using any of the example datasets provided with prolfqua.

from prolfqua.

wolski avatar wolski commented on July 29, 2024

@jjGG

I did limit the p.values to a minimum of 0.0001 ...
Now, there is a parameter minscorein the volcano function, which you can set to whatever you want.

from prolfqua.

jjGG avatar jjGG commented on July 29, 2024

@wolski - super cool. Thanks for tghe fix!

from prolfqua.

jjGG avatar jjGG commented on July 29, 2024

Hei Witold,

Leider funktioniert bei mir (prolfqua 1.1.5) der minscore parameter nicht. Eine Idee?

v3 <- plotter$volcano(minscore=c(1E-10))
Error in plotter$volcano(minscore = c(1e-10)) : 
  unused argument (minscore = c(1e-10))

from prolfqua.

jjGG avatar jjGG commented on July 29, 2024

Super - Danke Witold.

Hat funktioniert. RTFM!
minscore =/ min_score

plotter <- contr$get_Plotter()
v2 <- plotter$volcano()
gridExtra::grid.arrange(v1$FDR,v2$FDR, ncol = 1)

# relax ylim
v3 <- plotter$volcano(min_score=1E-10)

gridExtra::grid.arrange(v2$FDR,v3$FDR, ncol = 1)


image

from prolfqua.

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.