pinellolab / simba

SIMBA: SIngle-cell eMBedding Along with features
https://simba-bio.readthedocs.io
BSD 3-Clause "New" or "Revised" License
54 stars 7 forks source link

preliminary R bindings for simba #21

Closed vjcitn closed 1 year ago

vjcitn commented 1 year ago

A very preliminary view of simba-bioconductor interop is at https://vjcitn.github.io/Simba4Bioc/articles/Simba4Bioc.html ... if there is interest in collaborating on simplifying use within R, please let me know.

huidongchen commented 1 year ago

Hi, Thank you for taking the time to implement SIMBA in R—it's truly impressive!

I'd like to point out that SIMBA isn't accessible on PyPI due to specific dependency requirements and name unavailability. However, it is accessible through bioconda: https://bioconda.github.io/recipes/simba/README.html. You can easily install it using a single command conda install simba. Additionally, SIMBA v1.2 and the associated documentation website are built on the repository at https://github.com/huidongchen/simba. SIMBA v1.2 encompasses all the functionalities showcased in the tutorials available at https://simba-bio.readthedocs.io/.

As I'm no longer working in the lab, my available time is limited for further contributions. However, there are others in the lab who can assist with the conversion.

vjcitn commented 1 year ago

Thanks for the update.