-
Notifications
You must be signed in to change notification settings - Fork 117
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
Error in 'cds <- orderCells(cds)' #521
Comments
I have the same problem. |
I have the same problem..who can help me.thank you very much!!!!! |
To solve this problem, simply downgrade the igraph. https://cran.rstudio.com/bin/macosx/big-sur-arm64/contrib/4.2/igraph_2.0.3.tgz |
thank you reply my question so quickly,this problem is solved! |
however, many packages depend on igraph function. if changed the version, how to solve another issues? https://cran.rstudio.com/bin/windows/Rtools/
|
I encountered the same issue where I couldn't load igraph after downloading version 2.0.3 due to too many dependencies. Could you please help me resolve this problem? Your assistance would be greatly appreciated. Thank you. |
I encountered the problem that “package ‘./igraph_2.0.3.tgz’ is not available for this version of R” |
did anyone solve this problem? I am facing the same issue. I downgraded my igraph version but then many other functions like ggtitle, dimplot arent working! |
I am encountering the same issue. 😅😅😅 |
Hi everyone,
I am using monocle2 to perform psedotime analysis.
I met an error when it running:
cds <- reduceDimension(cds, max_components = 2, method = 'DDRTree')
cds <- orderCells(cds)
How to figure it out?
My version:
R 4.4.1
monocle 2.33.0
igraph 2.1.1
Thanks for your help!
The text was updated successfully, but these errors were encountered: