Giter Site home page Giter Site logo

puolival / multipy Goto Github PK

View Code? Open in Web Editor NEW
100.0 2.0 22.0 1.12 MB

Multiple hypothesis testing in Python

License: BSD 3-Clause "New" or "Revised" License

Python 99.42% Shell 0.58%
multiple-comparisons python statistics false-discovery-rate fwer bonferroni fdr sidak q-value p-value

multipy's People

Contributors

puolival avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

multipy's Issues

pip installation update

Hi there! Would you mind to update the pip installation to be able to use the qvalue calculation in Python 3? Thanks

support only 2.7

Hello guys,

The import doesn't work because of print with python 2 formatting.
I am using python 3.6

Best,
T.C

Not compatible with python 3?

Your software uses xrange() instead of range(), but xrange() has been discontinued in python 3. Heres a screen shot of the error i get when trying to call your qvalues() function

Screen Shot 2021-03-04 at 10 06 53 AM

I found an issue here /

File "C:\Users\shelton\AppData\Local\Programs\Python\Python36\lib\site-packages\multipy\fwer.py", line 28, in
from logger import log_fwer_analysis
ImportError: cannot import name 'log_fwer_analysis'
Here came an error:
So the first time when I ran the example
"from multipy.data import neuhaus
from multipy.fwer import sidak

pvals = neuhaus()
significant_pvals = sidak(pvals, alpha=0.05)
"it said that no module named logger
then I piped install logger
here came another error
so I don;t know how to fix it now.

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.