You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an AnnData object, and i'm able to view generate scatterplot of the cells in UMAP space with the default colors. How can I manually set the colors? Such as cancer cells being "red". I tried to use link_views with the c_types being [ct.OBS_COLOR_ENCODING], however that didn't end up working.
Thank you!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have an AnnData object, and i'm able to view generate scatterplot of the cells in UMAP space with the default colors. How can I manually set the colors? Such as cancer cells being "red". I tried to use
link_views
with thec_types
being[ct.OBS_COLOR_ENCODING]
, however that didn't end up working.Thank you!
Beta Was this translation helpful? Give feedback.
All reactions