-
Notifications
You must be signed in to change notification settings - Fork 41
Description
Hello, I'm Seojeong, a graduate student of Ajou university in Korea.
I got a issue while I running the LargeScalePopEst Code.
I was trying to execute "injectionSignals" parameter especially for comfirming whether each step working rightly and then an error message was shown just like below. (Note that the parameters "createCohorts" and "fetchAllDataFromServer" worked well although one warning message poped up during executing the "createCohorts" step.)
↓ The warning message during "createCohort" step.

↓ The Error message during "injectSignals" step.

And I figured out that the length of [ unique(data$outcomeId) ] and [ negativeControlIds ] is different each other.
So I ask if it is possible that the code of LargeScalePopEst protocols can be altered.
↓ The Create outcomes file CODE

I think it would be better that the code should allow or skip the absent of some "outcomeId".
Could you modify this Code for us?
Please review this issue.
Thank you!

