Closed ytliu01 closed 1 year ago
Hi, this error is likely due to pandas reading your chromosome column as numerical, while the read_solo_features
was expecting a string. I added a string transformation function to make sure that this is not an issue. It should be working now.
Hi,
Thanks for such useful tool! I tried to run psix on 10x data aligned by STARsolo. My code is following
And the error message is following
Here is my feature table
Thank you so much for your help in advance!
Best, YT