Open jacobmpeters opened 11 months ago
@rebexxxxxx Do you think you might have time to work on this next week? If not, I might tackle it
@rebexxxxxx I was chatting with @mnataraj92 and it would make her life a lot easier if we can finish this issue. Should we set up a meeting early next week to check in on this? We can discuss what still needs to be done and if it's easier for me to take over this issue, I can do that.
@mnataraj92 i am so sorry i didnt mean to ignore this! totally my fault its taken this long. @jacobmpeters and i are going to regroup on monday and start working on the solution.
hi @jacobmpeters I figured out the column combination necessary to identify unique rule_id and labels within the qc_rules_recruitment.xlsx file. The combo of: "ValidValues" and "Notes from QC process" will demarcate rule_ids that have identical label values. Attached here is a spreadsheet identifying the repeated labels, the number of times the label is repeated and for each repeated label i have included the data corresponding to those observations in separate sheets which are labeled by label value. please let me know what the next steps are to complete this issue. updated_repeated_labels_data.xlsx
Thanks @rebexxxxxx!
Next steps:
rule_id
column that I can use to map to the rules file.token
and rule_id
fields that indicates which tokens for a given rule for which toIgnore==TRUE
.I can take it from there and modify the qaqc.R script itself to use this information to filter out the individuals.
Tasks:
toIgnore=true
in the rules file if thetoIgnore
column exists. The participant should be flagged only for the specific rule. All other rules should be applied for that participant.toIgnore
filter.*The most recent QC report was uploaded to Box and Madhuri added
true
orfalse
to thetoIgnore
column to indicate which participants she would like to remove for which rules.*Please make a "handle_toIgnore_flag" branch for this task.
@rebexxxxxx please work on this task as part of the qaqc knowlege transfer. Eventually we would like you to be one of the "go to" people for making updates to our qaqc process.
We should try to complete this by Friday 12/1 if it does not conflict with higher priority tasks.