pull_reviews_table | R Documentation |
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, partial_betas)
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 |
partial_betas |
The partial betas for scoring |
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()]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.