-
Notifications
You must be signed in to change notification settings - Fork 18
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 in Cohort Characterization tab #94
Comments
That indeed looks like a join/merge gone wrong, but I can't reproduce this with the data on my side. What premerge.R data file are you using? @bdemeulder |
@MaximMoinat I'm using the one I've just uploaded to teams (task #5/Processed results files/results) |
I found the issue, the function
Debugging further to find a solution. |
PR #95 fixes an issue on the shiny side. However, there is another issue with duplicate It seems like databases have conflicting sets of covariateIds. Could it be one or more have run a different version of the study package? |
Checked in the different datasets, there are indeed two sets of results with different covariate IDs. Those seem to agree on the covariate table. So indeed, some datasets might have run different version of the package. |
@MaximMoinat, @keesvanbochove: how can we check what the proper covariate table should be in the current version, so we can pinpoint which datasets have run the correct version and which should run it again? |
Fixes #94 by replacing function getCovariateDataSubset This fix works when combined with a newly generated preMerge data from datasets that have the same covariate table
The version of the results viewer on https://data.ohdsi.org/PioneerWatchfulWaiting/ still has this issue. The download button on the characterization tab fails as well. |
@bdemeulder could you upload the new merged set to the OHDSI server so this could be fixed online as well? |
@keesvanbochove , I've updated the merged set and created pull request #134 on shiny deploy to trigger the update. Could you approve it? |
Facing the same issue, could you please clarify how was the error finally solved? |
In the shiny app cohort characterisation, there seems to be an error in parsing the results.
Further, when looking only at the demographics domain, it seems the rows are replicated many times in the table (e.g. more than 170 occurences of gender=male)
Compare cohorts characteristics seems fine.
The text was updated successfully, but these errors were encountered: