We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I deconvolute my data: SpaCET_obj <- SpaCET.deconvolution(SpaCET_obj)
Error in parallel::mclapply(1:nSpot, FUN = function(i) { : Windows does not support 'mc.cores' > 1
if I set mc.cores = 1: Error in SpaCET.deconvolution(SpaCET_obj, cancerType = "BRCA", mc.cores = 1) : unused argument (mc.cores = 1)
The text was updated successfully, but these errors were encountered:
Please use coreNo to set the core number, i.e.,
coreNo
SpaCET_obj <- SpaCET.deconvolution(SpaCET_obj, cancerType="BRCA", coreNo=1)
Best, Beibei
Sorry, something went wrong.
No branches or pull requests
When I deconvolute my data:
SpaCET_obj <- SpaCET.deconvolution(SpaCET_obj)
Error in parallel::mclapply(1:nSpot, FUN = function(i) { :
Windows does not support 'mc.cores' > 1
if I set mc.cores = 1:
Error in SpaCET.deconvolution(SpaCET_obj, cancerType = "BRCA", mc.cores = 1) :
unused argument (mc.cores = 1)
The text was updated successfully, but these errors were encountered: