ingmbioinfo / cia

CIA (Cluster Independent Annotation) is a new computational tool that enables a highly accurate automatic classification of cells in scRNA-seq datasets exploiting gene signatures.
MIT License
1 stars 0 forks source link

import cia doesn't work properly #5

Open AndGob opened 1 week ago

AndGob commented 1 week ago
>>> import cia 
>>> CIA_classify()
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
NameError: name 'CIA_classify' is not defined
>>> cia_classify()
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
NameError: name 'cia_classify' is not defined
>>> cia.
cia.AnnData(                         
cia.dist_name                        
cia.investigate                      
cia.plot_group_composition(   ....