-
-
Notifications
You must be signed in to change notification settings - Fork 203
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
nei()
was deprecated in igraph 2.1.0 and is now defunct.
#1659
Comments
@kuangquanxing yes this is expected. How did you get the error? If you provide us with a reproducible example, we can help you fix it (it should only be a matter of replacing |
cds <- orderCells(cds) |
If this function is not from another package but your own code, you need to do precisely what the error message tells you: replace |
When performing trajectory analysis with Monocle, if you encounter the error "orderCells is not an igraph function", it is likely due to an incompatibility between Monocle and the installed version of igraph. How can I resolve this issue? Thank you.
… 2025年2月8日 19:41,Szabolcs Horvát ***@***.***> 写道:
orderCells is not an igraph function. You are probably using a different package that has not been updated to work with recent versions of igraph. Please contact the maintainers of the other package.
If this function is not from another package but your own code, you need to do precisely what the error message tells you: replace nei() with .nei() in your code.
—
|
This should be fixed in Monocle. I suggest you contact the Monocle developers about it. If Monocle is no longer maintained, then you can install an older version of igraph (a version older than 2.1.0). However, this is not ideal, as you will miss out on some bugfixes. |
What happens, and what did you expect instead?
nei()
was deprecated in igraph 2.1.0 and is now defunct.ℹ Please use
.nei()
instead.To reproduce
nei()
was deprecated in igraph 2.1.0 and is now defunct.System information
No response
The text was updated successfully, but these errors were encountered: