Fidel Ramirez
Fidel Ramirez
Very strange. `variable` is some assigned name after an internal `pandas.melt`. First, I would not recommend to plot all `adata.var_names` unless they are fewer (
I can reproduce the problem. I will take a look
@LuckyMD @falexwolf About future considerations I think that the `.raw` model can be used for multi-modal data (e.g. CITE-seq) which, I expect, will become more common. The idea behind `.raw`...
Indeed. As I see it, the basic structure is: layers share obs and var, multi_modals share obs only. I am hoping that most of the code for slicing and saving...