Skip to content
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

More memory efficient graph generation #180

Open
ChristopherMancuso opened this issue Aug 10, 2022 · 0 comments
Open

More memory efficient graph generation #180

ChristopherMancuso opened this issue Aug 10, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@ChristopherMancuso
Copy link
Contributor

Currently, to make output edgelist of the top genes, it needs to read/parse the whole edgelist. Some quick thoughts

  • Save edgelist files as json with node as key and all neighbors as values. May take more memory to store but could be much faster and less memory to look up
  • Above could also be forced to be in same order as NodeOrder files
  • For large, dense, weighted graph, possibly could set a threshold or else above won't help much
@ChristopherMancuso ChristopherMancuso self-assigned this Aug 10, 2022
@ChristopherMancuso ChristopherMancuso added the enhancement New feature or request label Sep 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant