Closed biobug16 closed 4 years ago
Probably a lot of your processes crashed as it spawned too many of them for the amount of RAM you have.
Try with less cores (you had at least 60 of them), so you won't exhaust memory:
weightMatrix <- GENIE3(exprMatrix_filtered, regulators=inputTFs, nCores=20)
I also had this problem when I was running it. Can you tell me how you solved it? This problem has been bothering me for a long time.
Hi @s-aibar and All, I am trying to run GENIE3 which is integrated with SCENIC, but it always get crashed with the given error:
I am running this on a dataset having 25721 genes from 25614 cells with 300GB memory. Kindly help me to resolve this issue. I have seen an earlier post #5 but could not solve this issue even by using 300GB memory. Any help will be highly appreciated.
Thanks