-
Notifications
You must be signed in to change notification settings - Fork 25
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
CreateSeuratObject fails when counts is a matrix #15
Comments
This works if you do |
Provide default when option Seurat.checkdots is not set fixes #15
Hi Luke, thanks for bringing this up. Can you try with the a patch on the if (!requireNamespace("remotes", quietly = TRUE)) {
install.packages("remotes")
}
remotes::install_github("mojaveazure/seurat-object", ref = "fix/checkdots") |
That seems to work! 🎉 Just in case it's interesting I got this error on R 4.1. Not sure if it is something to do with SeuratObject or remotes > remotes::install_github("mojaveazure/seurat-object", ref = "fix/checkdots")
Using github PAT from envvar GITHUB_PAT
Downloading GitHub repo mojaveazure/seurat-object@fix/checkdots
Error: Failed to install 'SeuratObject' from GitHub:
invalid 'type' Worked ok on R 4.0 though. |
Sorry for the delay. Neither Andrew nor I have been able to replicate the installation issue. We think it's an issue with {remotes} instead of SeuratObject |
I'm getting the following error when I try to create a
Seurat
object from a matrix. A data frame seems to work fine so not sure exactly what is going on.Created on 2021-05-13 by the reprex package (v2.0.0)
Session info
The text was updated successfully, but these errors were encountered: