Hi, thank you for developing this useful tool.
There are two things I want to report.
- I encountered an error and found that it was because adata.X were "stored elements in Compressed Sparse Row format" sometimes. And at this time,
cello.scanpy_cello can not work. (It can be solved by adata.X.toarray())
- I found
cello.scanpy_cello has a useful parameter remove_anatomical_subterms. And I think perhaps we want to limit the cell types (eg. lung, liver or breast) other than to filter out some other types in general?
Hi, thank you for developing this useful tool.
There are two things I want to report.
cello.scanpy_cellocan not work. (It can be solved byadata.X.toarray())cello.scanpy_cellohas a useful parameterremove_anatomical_subterms. And I think perhaps we want to limit the cell types (eg. lung, liver or breast) other than to filter out some other types in general?