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)

Arguments

syn

Synapse client object (e.g. output of `synapse$Synapse()`)

reviews_table

Synapse table that stores the scores and comments

submissions

Data frame containing tidied submissions

Value

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").

See also

[calculate_scores_rowwise()]