Open mhimanshu11 opened 4 years ago
Hi! Thanks for using SCDC and sorry for the occurred error! Please make sure you are using the latest version. Yes, this issue has been reported before and I think it's been corrected in the current version. In the old version, one step of estimating the yhat matrix was missed. So if you want to correct that manually, add the following before the SCDC_ENSEMBLE step: `yhat.10x.perou <- perou.subcl$sc.basis$basis.mvw %*% t(perou.subcl$prop.est)[colnames(perou.subcl$sc.basis$basis.mvw),]
yhat.10x.tmouse <- tmouse.subcl$sc.basis$basis.mvw %*% t(tmouse.subcl$prop.est)[colnames(tmouse.subcl$sc.basis$basis.mvw),]
perou.subcl$yhat <- yhat.10x.perou
tmouse.subcl$yhat <- yhat.10x.tmouse`
Please let me know if you still have any problem. Thanks again.
Hi,
I am running the tutorial from the page and having a similar issue posted by other users as well.
I am testing the "Mouse Mammary Gland Data Analysis" part and when I run the following code, I get the following error:
Could you tell me what went wrong here?