load_batch_table | R Documentation |
Checks to make sure that the contents of the .tsv file and its formats are appropriate for running batch scoring functions. The batch table can be either a path to a .tsv file or a dataframe with the columns mentioned below.
load_batch_table(batch_table, screens)
batch_table |
Either a dataframe or a path to .tsv file mapping screens to their controls for scoring, with two columns for "Screen" and "Control." Screens to score against derived null-models with the combn scoring mode must have their respective control labeled as "combn." |
screens |
A screens object created with |
A dataframe with Screen and Control columns.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.