-
Notifications
You must be signed in to change notification settings - Fork 0
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
Run_wmvRegDE error. The design matrix contains 'NA's for sample . Please remove them before you call 'glm_gp()' #2
Comments
Hi @gighuarhguggg45 , Thank you for using our package. When you perform the CalcPerterbSig() and RunMixscale(), have you included the Please let me know if the issue persists even if "split.by" is included, and I will look into this further. |
Hi @longmanz thank you for your quick response! I confirm I included "split.by" in CalcPerturbSig and RunxMixscale but still got this error in Run_wmvRegDE. |
Hi @gighuarhguggg45 , Thank you for confirming! Then this might be a bug. I will look into this and get back to you! |
Hi @gighuarhguggg45 , In addition, could you check if your "gene" and "RNA_snn_res.0.2" contains NAs ? |
Hello @longmanz ,
Thank you for the mixscale package. I have been able to run the vignette example as well as my own data without issues. However, when I include the split.by argument in all the functions, I get the following error when I get to the Run_wmvRegDE function:
de_res = Run_wmvRegDE(object = seurat_obj, assay = "RNA", slot = "counts", labels = "gene", nt.class.name = "negative_control", PRTB_list = c("GENE_NAME"), logfc.threshold = 0.2, split.by = 'RNA_snn_res.0.2')
Error message:
sessionInfo:
Is there a way to modify that design matrix manually? Could this be related to issues with dependencies?
Thanks
The text was updated successfully, but these errors were encountered: