-
Notifications
You must be signed in to change notification settings - Fork 22
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
buildGraph error #347
Comments
By the way, I don't want to update the seurat package totally because we have analysed the data based on V4 of seurat package. |
Hi @yangjie4546 Please post (1) the full traceback, and (2) the output of your sessionInfo() |
##the full traceback: ##sessionLnfo() |
Hi @yangjie4546 Please post (1) the full traceback, and (2) the output of your sessionInfo() |
Hi I have solved the problem by amending the parameter including k and d. |
Describe the bug
When I run buildGraph function in R, with the imported data "pbmc_small", some error happened "Error in x[, seq_len(d)] : subscript out of bounds". Is miloR::buildGraph is not suitable for seurat v4?
Hope for your reply,thank you.
## your code
Full error traceback
Error in x[, seq_len(d)] : subscript out of bounds
The text was updated successfully, but these errors were encountered: