-
Notifications
You must be signed in to change notification settings - Fork 66
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
scde issue #88
Comments
It is a pity I cannot get to use this package with my data as well. I found it perfect for what I would like to analyze since I am not really an expert on scRNA seq data. |
Hi there! I CANT BELIEVE I COULD FINALLY SOLVE THIS PROBLEM! I HAVE (RE)-INSTALLED THE FOLLOWING VERSIONS gfortran 10.2 for Catalina (macOS 10.15) RCCARMADILLO OLDER VERSION SCDE VERSION 1.99.1 AND FLEXMIX 2.3-13 OLD I HOPE THIS WILL BE OF A HELP FOR SOMEONE WHO HAVE BEEN STRUGGLING FOR HOURS AS ME |
I'm facing this problem as well, is this method useful for windows user? |
I got errors when I run scde.error.models using the R package from BiocManager.
Error in components[[i]]@logLik : Downgrading RcppArmadillo to version 0.9.900.3.0 and using the developing version of scde really solved my problem. Thanks! @mark0237
o.ifm <- scde.error.models(counts = cd, groups = sg, n.cores = 1, threshold.segmentation = TRUE, save.crossfit.plots = FALSE, save.model.plots = FALSE, verbose = 1) sessionInfo() Details
R version 4.3.1 (2023-06-16) Matrix products: default locale: time zone: Asia/Shanghai attached base packages: other attached packages: loaded via a namespace (and not attached): |
I keep getting this error when trying to run scde.error.models() or knn on the data from the scde tutorial.
Error in checkSlotAssignment(object, name, value) :
assignment of an object of class “expression” is not valid for slot ‘defineComponent’ in an object of class “FLXMRglmC”; is(value, "expressionOrfunction") is not TRUE
I have already tried to downgrade to the flexmix_2.3-13 version. I also reinstalled the latest version of SCDE several time. Unfortunately I cannot downgrade SCDE because my mac does not allow to do it from the Terminal.
Literally, I have been with SCDe issues for hours. Please, help.
The text was updated successfully, but these errors were encountered: