STOmics / Stereopy

A toolkit of spatial transcriptomic analysis.
MIT License
180 stars 59 forks source link

data.plt.ccc_circos_plot does not exist any more #212

Closed vladimirkovacevic closed 7 months ago

vladimirkovacevic commented 8 months ago

data.plt.ccc_circos_plot(res_key='cell_cell_communication') called in Cell_Cell_Communication tutorial gives an error message: 'NoneType' object is not callable. Is this function moved elsewhere or renamed?

tanliwei-coder commented 8 months ago

Which version of stereopy are you using? ccc_circos_plot is added on version 0.14.0b1, if it isn't, you need to reinstall to this version by specifying explicit version number because it is only a beta build.

Running command: pip install --force-reinstall stereopy==0.14.0b1