how to handle the error? sc_dataset <- Seurat_preprocessing(sc_dataset, verbose = F) Unable to open: No such file or directory (2) Unable to open: No such file or directory (2) Error in if (fsize > 2147483647) { : missing value where TRUE/FALSE needed #48
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
dim(sc_dataset)
[1] 33694 4102
sc_dataset <- Seurat_preprocessing(sc_dataset, verbose = F)
when applying the Seurat_preprocessing function, the error is shown as follows
Unable to open: No such file or directory (2)
Unable to open: No such file or directory (2)
Error in if (fsize > 2147483647) { :
missing value where TRUE/FALSE needed
Beta Was this translation helpful? Give feedback.
All reactions