You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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.
Is it possible to replace the
sapply
andapply
's in the code withBiocParallel::bplapply
? For examplemclusterSim
becomes really slow when the number of clusters / the size of the clusters gets large. Thanks for the good work!The text was updated successfully, but these errors were encountered: