R/score.R
pull_reviews_table.Rd
Pull latest review table
Pull latest review table from Synapse and calculate weighted scores based on the reviewers' scores, clinical/preclinical modifiers, partial beta weights, species, etc.
pull_reviews_table(syn, reviews_table, submissions)
Synapse client object (e.g. output of `synapse$Synapse()`)
Synapse table that stores the scores and comments
Data frame containing tidied submissions
Data frame containing the reviewers' scores, comments, and calculated weighted score (columns will be "ROW_ID", "ROW_VERSION", "form_data_id", "submission", "scorer", "score", "comments", "species", "clinical", "step", "weighted_score").
[calculate_scores_rowwise()]