Description Usage Arguments Value
View source: R/add_comparison.R
Adds a comparison to an object of class fgcMeta
, as produced by fgcMetadata::start_fgc_project
.
1 2 3 4 5 6 7 8 9 10 | add_comparison(
meta,
name,
experiment,
plasmid,
time_point_days,
screen_goal,
screen_type,
library_annotation
)
|
meta |
An object of class |
name |
A name for the comparison. |
experiment |
The name of one or more experiments in |
plasmid |
A plasmid name - must exist in |
time_point_days |
An integer giving the |
screen_goal |
A screen goal, e.g. "lethality" or "sensitivity". |
screen_type |
A single letter designating the screen type: "n" (knock-out), "a" (activation), or "i" (interference). |
library_annotation |
The name of the library annotation, e.g. "yusa_v3_human.1". |
Returns an object of class fgcMeta
. Also saves data to comparison.csv
and comparison_sample.csv
in meta$data_dir
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.