-
Notifications
You must be signed in to change notification settings - Fork 12
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
BiocParallel Errors #107
Comments
I discovered the error -- it was due to using sctransform's vst() function. It resulted in NA values. I am closing the issue. |
I've reopened the issue. I am trying to understand the BiocParallel errors. Scone is able to run for all of my user-defined functions except for sctransform's vst() normalization function. My user-defined function is below:
Below are the messages while running scone():
It seems that scone() breaks after line 570. Fortunately, the normalization using SCT_VST_FN() returns the normalized matrix, however I don't understand how to fix this issue. |
Hi! I am trying to run scone() on a very small expression dataset (~2000 genes and 15 cells) to test out my user-defined functions and see the results. I ran into the following error, which I don't know how to resolve:
The expression data were pre-preprocessed and I removed genes that were not expressed in the cells. My scaling list includes user-defined functions for a few normalization methods (Seurat's simple norm, sctransform's vst(), SCnorm, and scran). The user-defined functions (besides scran) all return the normalized matrices, not scaled. My user-defined functions return normalized matrices when I call them on their own.
This is how I am calling the scone() function:
How could I resolve this error? Thank you!
The text was updated successfully, but these errors were encountered: