scBatch icon indicating copy to clipboard operation
scBatch copied to clipboard

I can not reproduce your example code

Open nongbaoting opened this issue 4 years ago • 3 comments

I have encountered an error!

> sim.groups <- normalise(sim.groups)
Error in normalise(sim.groups) : could not find function "normalise"

nongbaoting avatar Apr 02 '20 06:04 nongbaoting

It seems that the latest version of package scater renamed the normalise function as logNormCounts. You may try logNormCounts(sim.groups) instead.

tengfei-emory avatar Apr 06 '20 03:04 tengfei-emory

I have encountered an error! Downloading GitHub repo tengfei-emory/scBatch@master 错误: Failed to install 'scBatch' from GitHub: Could not find tools necessary to compile a package Call pkgbuild::check_build_tools(debug = TRUE) to diagnose the problem.

FengXu1218 avatar Apr 16 '20 10:04 FengXu1218

You need to install Rtools to compile this package: https://cran.r-project.org/bin/windows/Rtools/.

tengfei-emory avatar Apr 16 '20 13:04 tengfei-emory