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 am working with some mudata object, specifically I am applying cellrank kernels to it (BTW, I wasn't sure if posting this on cellrank's issues, but the error traces back to scvelo, so...). Whenever I try to plot the embedding grid/stream, an error is raised, as scv.pl.velocity_embedding_stream tries to access the layers slot (see below the full error). Unfortunately mudata do not support layers (we can discuss if it would make sense or not, but still). The only workaround here is to work on one modality alone, the problem is I have not complete overlap of cells across modalities, so I have to create a new emptyanndata to work with.
I am working with some
mudata
object, specifically I am applyingcellrank
kernels to it (BTW, I wasn't sure if posting this on cellrank's issues, but the error traces back toscvelo
, so...). Whenever I try to plot the embedding grid/stream, an error is raised, asscv.pl.velocity_embedding_stream
tries to access thelayers
slot (see below the full error). Unfortunatelymudata
do not support layers (we can discuss if it would make sense or not, but still). The only workaround here is to work on one modality alone, the problem is I have not complete overlap of cells across modalities, so I have to create a new emptyanndata
to work with.The text was updated successfully, but these errors were encountered: