-
Notifications
You must be signed in to change notification settings - Fork 0
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
None of a way to read the input file #12
Comments
@Roger-GOAT
Please let me know if there’s any questions. |
@chthub Thanks for fixing it so quickly. However, other errors come out.
And
I follow the answer in google. Uninstall and reinstall numpy, not working. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, thanks for the software. However, I can't load the input file. BTY, I don't have a GPU.
I first try RData. I save one seurat data as RData like this:
Secondly, I try counts.csv.
write.table(as.matrix(GetAssayData(object = sce, slot = "counts")),
'~/counts.csv',
sep = ',', row.names = T, col.names = T, quote = F)
Or use 10X
The text was updated successfully, but these errors were encountered: