GithubHelp home page GithubHelp logo

ntamas / cl1 Goto Github PK

View Code? Open in Web Editor NEW
12.0 12.0 14.0 1.8 MB

Overlapping clustering algorithm for biological and non-biological networks alike

Shell 0.05% Java 92.21% CSS 1.34% JavaScript 5.29% HTML 1.10%

cl1's People

Contributors

alfonsoeromero avatar ntamas avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar  avatar

cl1's Issues

Running the Project

Thank you so much for this valuable project, I have been trying to run the project for a couple days, but I couldn't figure out how to do it, since I have less experience with java projects. I hope someone can explain how I can get the project compiled and running. I have gone through the command line folder, it says to run a command with a jar file, but I can't find it anywhere.
Thank you so much

Heap Space limit error

Hi All,

I was trying to run ClusterOne with a graph with edges list file of size ~4.5GB, but the program throws a heap space limit error.
I tried to fix that by setting the maximum size of the heap "-Xmx10000M" (give it a 10GB memory), but it still crushes.
Any idea how to solve this problem?

p-values reported by ClusterONE are slightly different from R or SciPy

E.g., let us assume the following two vectors:

xs = [4,4,4,4,4,4,4,4,4,4,4,6]
ys = [1,1,0,0,0,0,0,0,0,0,0,0]

R and SciPy seem to apply a different form of tie correction and not the one used by ClusterONE, therefore the results are a bit different. Also, judging from SciPy's source code, the sign of the continuity correction might also be different. Check the implementations of R and SciPy to see if we can make ClusterONE consistent with them.

SciPy's implementation:
https://github.com/scipy/scipy/blob/v0.11.0/scipy/stats/stats.py#L3447

The tie correction part of SciPy is implemented in C so we have to dig a bit deeper:

multithreaded execution

Hi!

I was wondering how to make ClusterONE run in parallel for multiple cores? I noticed that a recent bug fix pertained to multithreaded execution, but there seems to be no official documentation on how to do that. Is it for the command line version only? Or is it available in the cytoscape version too?

Any help would be appreciated :)

Extract selected clusters as subnetworks in Cytoscape doesn't work

Has this option(Extract selected clusters) worked for you before ?

Simple fix would be changing this..

NewNetworkSelectedNodesAndEdgesTaskFactory taskFactory = this.resultViewer.getCytoscapeApp().getService(CySwingAppAdapter.class).get_NewNetworkSelectedNodesAndEdgesTaskFactory();

I've tested this, Shall I send a PR ?

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.