MarioniLab / FurtherMNN2018

Code for further development of the mutual nearest neighbours batch correction method, as implemented in the batchelor package.
22 stars 6 forks source link

Question about "droplet/prepareData.R" #3

Closed sunkh1026 closed 6 years ago

sunkh1026 commented 6 years ago

While running

clusters <- quickCluster(sce.68, min.mean=0.1, block=blocks, method="igraph", block.BPPARAM=MulticoreParam(2))

it showed

Error in .local(x, ...) : unused arguments (block = blocks, block.BPPARAM = MulticoreParam(2))

How could it be fixed? Thanks!

LTLA commented 6 years ago

Session information, etc.

http://www.bioconductor.org/help/support/posting-guide/

Requires BioC-devel and https://github.com/MarioniLab/scran.