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
when i run the example"bonemarrow_tutorial.ipynb",everything seems ok,but when i run bmmsc_magic = magic_op.transform(genes="all_genes") bmmsc_magic.head()
i get ValueError: Length mismatch: Expected axis has 100 elements, new values have 10782 elements
so how can i solve it?
Thanks
The text was updated successfully, but these errors were encountered:
when i run the example"bonemarrow_tutorial.ipynb",everything seems ok,but when i run
bmmsc_magic = magic_op.transform(genes="all_genes") bmmsc_magic.head()
i get
ValueError: Length mismatch: Expected axis has 100 elements, new values have 10782 elements
so how can i solve it?
Thanks
The text was updated successfully, but these errors were encountered: