Closed yangfeizZZ closed 1 year ago
Hey,
Could you provide more info. Like, how you store cell info in label_info.pickle (how many options are there, like is it a categorical label or a continuous one, if it's categorical, how many categories.), where did you change the color, what's the expected behavior etc.
Hello Thank you. My label_info.pickle is like this:{'cell_type': ['CK','CK', 'CK', 'CK','EE','EE','EE','EE'],'batch':['batch1','batch2','batch3']}. I used bokeh to visualization.When i change the color scheme, there is no color change.
Hey,
Could you provide more info. Like, how you store cell info in label_info.pickle (how many options are there, like is it a categorical label or a continuous one, if it's categorical, how many categories.), where did you change the color, what's the expected behavior etc.
I see. Um, couple things to check.
I know the problem. My cell_type length is same as the contacts length not rather than cells length.
Thank you~~
Cool. Glad to help. Closing this issue now.
Hi When i change the UMAP plot color, it not change. So i don't know why. In my label_info.pickle, it have cell information. Thank you for your reply.