Giter Site home page Giter Site logo

transact_manuscript's People

Contributors

danbarke avatar dependabot[bot] avatar saroudant avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

transact_manuscript's Issues

where is file "read_GDSC "?

Thanks for your work!. When I run GSDC cross validation module, there was an error:

Traceback (most recent call last):
  File "GDSC_TCGA_cross_validation_with_combat.py", line 65, in <module>
    from read_GDSC import read_GDSC_drug_response
ModuleNotFoundError: No module named 'read_GDSC'

I cannot find any file named "read_GDSC" in your project. It seems you uploaded an earlier version of deep learning cv fold. Could you please update your code to make it work?

figure_1.ipynb

Since I am not familiar with python, we started running from the example function (data_df = read_data) and got the following error:
`TypeError Traceback (most recent call last)
in
----> 1 data_df = read_data(tissues=tissues,
2 data_types=[e for e in data_types],
3 projects=projects,
4 data_sources=data_sources,
5 folder_basis='../data/')

F:\TRANSACT\read_data\read_data.py in read_data(tissues, data_types, projects, data_sources, folder_basis)
79 folders[s] = folder_basis + s
80
---> 81 data_df = {
82 s: upload_methods[s](data_types=data_types,
83 tissues=tissues[s],

F:\TRANSACT\read_data\read_data.py in (.0)
80
81 data_df = {
---> 82 s: upload_methods[s](data_types=data_types,
83 tissues=tissues[s],
84 projects=projects[s],

F:\TRANSACT\read_data\read_TCGA_data.py in read_TCGA_data(data_types, tissues, projects, folder)
60 # Merge samples since correlations are very good
61 data_df[i] = data_df[i].reset_index().groupby('index').agg('mean')
---> 62 unique_samples = reduce(np.intersect1d, [data_df[i].index for i in data_df])
63
64 return {d:data_df[d].loc[unique_samples] for d in data_df}

TypeError: reduce() of empty sequence with no initial value
`
In addition, we do not have a good understanding of the functions provided by TRANSACT (file:///C:/Users/Asus/anaconda3/pkgs/TRANSACT-main/html/transact/TRANSACT.html#references). A full running display may be valid.
Thank you very much for your attention and consideration.

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.