-
Notifications
You must be signed in to change notification settings - Fork 918
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 using FindMarkers #24
Comments
I also just got the same error when using either FindMarkers or FindMarkersNode with "negbinom": |
If you could provide some sample data that recreates this error or the object itself, that would be helpful. Can't seem to reproduce it on the datasets I have. |
Resolved the bug. Reinstalling should allow you to run any of the marker detection functions with the "negbinom" test without problems. |
Hi,
if I try to use the negative binomial test in the function FindAllMarkers it crashes.
Example:
all.markers <- FindAllMarkers(nbt, only.pos = TRUE, min.pct = 0.25, thresh.use = 0.25,test.use = "negbinom")
| | 0 % ~calculating Error in while ((it <- it + 1) < limit && abs(del) > eps) { :
missing value where TRUE/FALSE needed
In addition: Warning message:
In
[<-.data.frame
(*tmp*
, , "GENE", value = list(plan2_AAGCAGATTAAA = 2, :provided 9930 variables to replace 1 variables
Thanks,
The text was updated successfully, but these errors were encountered: