Giter VIP home page Giter VIP logo

Comments (4)

mcolic avatar mcolic commented on July 27, 2024

That's due python version.
DrugZ.py is python 2, while drugZ_w_modules.py is python 3.
I will update the FDR calculation in drugZ.py in a bit, and you can keep using drugZ.py then.

from drugz.

mj163163 avatar mj163163 commented on July 27, 2024

Thanks. Problem is solved after I upgrading the pandas to 0.24.

from drugz.

mcolic avatar mcolic commented on July 27, 2024

Great! Happy to hear it's solved.

from drugz.

liuyin111 avatar liuyin111 commented on July 27, 2024

The same error is still existing.

INFO:main:Initiating analysis
INFO:main:Loading the read count matrix
INFO:main:Normalizing read counts
INFO:main:Calculating raw fold change for replicate 1
INFO:main:Caculating smoothed Epirical Bayes estimates of stdev for replicate 1
INFO:main:Caculating guide-level Zscores for replicate 1
Traceback (most recent call last):
File "drugz.py", line 478, in
main()
File "drugz.py", line 475, in main
drugZ_analysis(args)
File "drugz.py", line 458, in drugZ_analysis
fold_change =pd.concat(fold_changes, axis=1, sort=False)
TypeError: concat() got an unexpected keyword argument 'sort'

from drugz.

Related Issues (7)

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.