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
{{ message }}
This repository has been archived by the owner on Dec 30, 2024. It is now read-only.
I used seurat3 object as input and got the following error:
> tmp <- PAGA(s1)
Error in py_call_impl(callable, dots$args, dots$keywords) :
Evaluation error: ValueError: Length mismatch: Expected axis has 0 elements, new values have 25339 elements
Detailed traceback:
File "/Users/xinli/miniconda3/lib/python3.7/site-packages/pandas/core/generic.py", line 5287, in __setattr__
return object.__setattr__(self, name, value)
File "pandas/_libs/properties.pyx", line 67, in pandas._libs.properties.AxisProperty.__set__
File "/Users/xinli/miniconda3/lib/python3.7/site-packages/pandas/core/generic.py", line 661, in _set_axis
self._data.set_axis(axis, labels)
File "/Users/xinli/miniconda3/lib/python3.7/site-packages/pandas/core/internals/managers.py", line 178, in set_axis
f"Length mismatch: Expected axis has {old_len} elements, new "
.
Called from: py_call_impl(callable, dots$args, dots$keywords)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I used seurat3 object as input and got the following error:
The text was updated successfully, but these errors were encountered: