Code Monkey home page Code Monkey logo

boostdiff_inference's Issues

MemoryError

Hi,

When I test the demo data, everything look good. But when I run my own data with ~18000 genes and 4 samples under each condition, I got MemoryError after 296 minutes of running.

Here are details about my windows laptop:
Processor Intel(R) Core(TM) i7-8750H CPU @ 2.20GHz 2.21 GHz
Installed RAM 32.0 GB (31.7 GB usable)
System type 64-bit operating system, x64-based processor

The demo data contains only hundreds of genes, so have you tried whole transcriptome data? How can I avoid this kind of error? If 32 GB memory is not large enough, what's the right memory size for my study?

Shuai

Not an issue, but an question

Hi,

I smoothly tried the demo data and got the output txt files, I have no idea how to plot the similar network in your preprint . Can you give a hint on how to do this from the txt out put files?

image

Shuai

Graphviz layout problem

Hi Gihanna,

Awesome tool :)

I am not sure if it is a 'me' -problem, but I had to modify the postprocessing script in line 166-168 to include nx.nx_pydot.graphviz_layout() , and install the respective packages to make the visualization work.

postprocessing.py
line 166-168:

   elif layout == 'graphviz_layout':
        # https://networkx.org/documentation/stable/reference/generated/networkx.drawing.nx_pydot.graphviz_layout.html
        pos = nx.nx_pydot.graphviz_layout(G, prog='sfdp')

It works now, but it could potentially be a bug.
Best,
Anne

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.