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
Imputation step...
Scaling step...
Computing RUV factors...
Error: 'bplapply' receive data failed:
error reading from connection
Some details: fcounts is a 10610 x 91 expression matrix using the data from the vignette. I ran this through RStudio with R default memory settings on OSX with 16GB RAM. @mbcole advised me to post this issue as a potential memory bug.
The text was updated successfully, but these errors were encountered:
Thanks for posting this error. I'm actually quite surprised this is occurring for so few cells (91, correct?). I run SCONE on larger data sets using a laptop with less memory. I'm curious whether the error occurs in serial mode. This may be specified by calling
I just tried it in serial mode and the error seems to have gone away. I'll keep you updated and let you know when I get a chance to try it on a larger dataset.
I came across an error running the following call to
scone(run=TRUE)
while running through the Bioc2016 workshop vignette (addedverbose = TRUE
flag):Output:
Some details:
fcounts
is a 10610 x 91 expression matrix using the data from the vignette. I ran this through RStudio with R default memory settings on OSX with 16GB RAM. @mbcole advised me to post this issue as a potential memory bug.The text was updated successfully, but these errors were encountered: