-
Notifications
You must be signed in to change notification settings - Fork 4
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
Error in simpleLoess(y, x, w, span, degree = degree, parametric = parametric, : span is too small #1
Comments
I'll have to see the data to figure this out. Can you reproduce this problem in a small portion of data? |
Hello, I met the same error when using the Thanks, |
It's a warning message, happened when estimated zero proportion is too high. This can be caused by the model assumption, eg, the data doesn't behave as our assumption. We developed the model on smart-seq data. It's possible that when read coverages are low, such as from 10X, this will happened. But we'll correct that and issue a warning. It's not an error and the downstream analysis should be okay. hao |
Thanks so much for your quick reply! I was just wondering if it is the reason for the error message which I also met: |
As I said before, I'll have to see the data to figure this out. Can you reproduce the loess problem in a small portion of data? |
I uploaded a demo for it. Hope it will work. |
Hi,
I'm using SC2P and have the following error:
Error in simpleLoess(y, x, w, span, degree = degree, parametric = parametric, :
span is too small
Calls: eset2Phase -> loess -> simpleLoess
Any suggestion on how to solving this problem?
Best,
Danshu
The text was updated successfully, but these errors were encountered: