bbknn icon indicating copy to clipboard operation
bbknn copied to clipboard

Batch balanced KNN

Results 7 bbknn issues
Sort by recently updated
recently updated
newest added

I was trying to run bbknn (and also scrublet) and both independently kept crashing my sessions. I think it's got to do with `annoy==1.17.0` and simply downgrading to `annoy==1.16.3` made...

Is bbknn not able to work on the new mac chips? I get the following error: mach-o file, but is an incompatible architecture (have 'x86_64', need 'arm64e'))

Hi there, Having an issue when I try to run BBKNN without annoy. Had this error, then freshly installed everything in a new conda environment, I'm still getting the error...

Hello, When running this tool recently, I get errors with "angular" not being a valid metric anymore. It seems this is replaced with "cosine" in both Scipy and Scikit-learn, so...

Adds [black](https://black.readthedocs.io/en/stable/) formatting to the code for easy reading

Hi @Teichlab, I want to use bbknn in R. But an error come out as follow: ` > bbknn = import(module = 'bbknn') > sc = import("scanpy",convert=FALSE) > np =...