gao-lab / Cell_BLAST

A BLAST-like toolkit for large-scale scRNA-seq data querying and annotation.
http://cblast.gao-lab.org
MIT License
82 stars 13 forks source link

The function of find_variable_genes is lost #24

Closed Dragonlongzhilin closed 1 year ago

Dragonlongzhilin commented 1 year ago

I did not found the many function (e.g., find_variable_genes). I don't know why? This is my code: import Cell_BLAST as cb image

Van1yu3 commented 1 year ago

Hi, I'm not the author, but let me try to solve your problem. I think this is because you have installed version 0.3.8, but the tutorial is for the pre-release version 0.5.0. I suggest referring to the previous commit and going to the example folder for the tutorials adapted for version 0.3.8.

Jeff1995 commented 1 year ago

Sorry for the inconvenience. @Van1yu3 is correct. The function is available only in the latest version v0.5.0, which was formally released just now. You may update via PyPI.