-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Source code for modified Louvain? #9
Comments
Hi, |
What about this readme? https://github.com/jacoblevine/PhenoGraph/blob/master/phenograph/louvain/phenograph-readme.txt "For PhenoGraph, the C++ louvain code has been adapted to increase speed. |
Right. No idea except a memory dump of the object. |
Assuming the changes as described are indeed just limited to the convert binary, I changed the community binary (which is where the random seed gets set) and I think I'm good. My modified source code is here: https://github.com/kundajelab/deterministic_louvain. Thanks! |
Just pinging @jacoblevine again to see if there is any chance of getting the modified convert binary source code. Providing precompiled binaries does not always work for all systems (e.g. it appears to break on newer versions of OSX), so it would be nice if people could install from source. |
Hello,
Thanks a lot for your work! As a python user, I have found it is way easier to call the Louvain code using your code base than to use their provider Python package (which is quite slow).
The phenograph readme mentions that you use a modified version of Louvain community detection. Any chance you can make the source code for this modified version available? I need to make a small change to make the results deterministic, but I am not a C++ programmer so it would really help to start with what you already have rather than try to replicate your described modification from scratch.
The text was updated successfully, but these errors were encountered: