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

Running calculations in parallel #31

Open
y1zhou opened this issue Aug 24, 2020 · 2 comments
Open

Running calculations in parallel #31

y1zhou opened this issue Aug 24, 2020 · 2 comments

Comments

@y1zhou
Copy link

y1zhou commented Aug 24, 2020

Is it possible to replace the sapply and apply's in the code with BiocParallel::bplapply? For example mclusterSim becomes really slow when the number of clusters / the size of the clusters gets large. Thanks for the good work!

@dkainer
Copy link

dkainer commented Dec 4, 2020

i had the same issue with mgeneSim for a large number of genes. I modified it with a parallelised outer for-loop using foreach and found that for thousands of genes it kept the run-time down considerably.

I think there are a lot of points in the GOSemSim code that could benefit from simple parallelising.

@estayless
Copy link

estayless commented Dec 14, 2020

@dkainer Could you share your solution for mgeneSim please? I am trying to improve the same function.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants