add_screen | R Documentation |
Makes a list containing info for a given screen and optionally appends it to a given list.
add_screen(screen_list = NULL, name, replicates, normalize_name = NULL)
screen_list |
An existing list of screens (optional, default NULL). |
name |
A name for the screen (e.g. "RPE1_T18"). |
replicates |
A list of columns containing replicate data for the given screen. |
normalize_name |
A name of another screen to normalize data in this screen to (e.g. "RPE1_T0", optional, default NULL). |
A named list corresponding to provided screen names, where each sub-list contains a list of the replicate columns (in "replicates") and the screen to normalize against (in "normalize_name").
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.