-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
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
Interest in python implementation #116
Comments
Hi, |
If you are interested in developing these methods on Bioconductor representations like single cell experiment, delayed arrays, genomic ranges etc implemented in Python, consider using BiocPy |
I don't have any particular intentions on this matter; I've already used up my Python tolerance for Q1 in updating scranpy. Some of that stuff might be useful for porting over scDblFinder, along with the knncolle Python package (same as BiocNeighbors). My Python packages also use BiocPy classes, so I don't have to think when mapping between languages. |
So I have a little bit implemented, and at least what I've had mostly works with the anndata format? I'm The initial plan for me was to not use the R methods such as BioC neighbors, but to use Python equivalents when/if available, like scikit learn. I don't think results will be identical, but I'm hoping to have the same general algorithm, with similar performance for benchmarks. |
Hi all,
I've been interested in working on implementing this tool in python and putting it out there, so people can more easily use it in the python ecosystem. I just wanted to seek permission from the authors first as I don't want to step on any toes.
Thanks!
The text was updated successfully, but these errors were encountered: