NathanSkene / EWCE

Expression Weighted Celltype Enrichment. See the package website for up-to-date instructions on usage.
https://nathanskene.github.io/EWCE/index.html
53 stars 25 forks source link

generate.celltype.data() #7

Closed yipingLin closed 4 years ago

yipingLin commented 5 years ago

I got an error when running function generate.celltype.data(), Error in mclapply(ctd, calculate.meanexp.for.level, exp, mc.cores = no_cores) : 'mc.cores' > 1 is not supported on Windows Does it only run on Linux systems?

NathanSkene commented 5 years ago

Hi, unfortunately the parallel package only really works on linux systems. No biggie though, just pass no_cores=1 to the generate.celltype.data function.

yipingLin commented 5 years ago

Thank you for your reply! @NathanSkene