-
Hi In the code i used FindAllMarkers function (from Seurat package) on a subset of my data.
Concole:
multiprocess - took 38 seconds
console:
First thing that comes up to my eyes in the console is that the multiprocess is actually running sequencially. Thanks very much!! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
(Moved to Discussions) Hi.
FYI, it's always better to provide a small, reproducible example to illustrate your problem. Maybe you can use one of the examples that Seurat provides to illustrate the problem? PS. Unrelated, but I suspect you don't want |
Beta Was this translation helpful? Give feedback.
-
The
|
Beta Was this translation helpful? Give feedback.
The
future
package is almost like magic, but it won't magically make your for-loop parallel. For that you need https://dofuture.futureverse.org/ and some small modifications (untested) to your code: