ventolab / CellphoneDB

CellPhoneDB can be used to search for a particular ligand/receptor, or interrogate your own HUMAN single-cell transcriptomics data.
https://www.cellphonedb.org/
MIT License
304 stars 52 forks source link

ValueError: a.shape[axis] doesn't match length of group_idx. #168

Closed deevdevil88 closed 5 months ago

deevdevil88 commented 5 months ago

hi, I believe this issue has been previously faced, https://github.com/ventolab/CellphoneDB/issues/18 , and i have tried everything, including adata.obs_names_make_unique() and it isnt helping.

any suggestions that might help circumvent this problem?

best, Devika

deevdevil88 commented 5 months ago

nevermind i was doing something stupid. i dint use the () at the end of the function, and while python dint error without the brackets, the fucntion dint work right until i did add the ().