Description Usage Arguments Value Examples
Score genetic interactions from a gemini.model and produce a gemini.score object, and generate p-values and FDRs if negative control
pairs (nc_pairs
) are available.
1 2 | gemini_score(Model, pc_gene = NA, pc_threshold = NULL,
pc_weight = 0.5, nc_pairs = NA)
|
Model |
an object of class gemini.model |
pc_gene |
a character vector of any length naming genes to use as positive controls |
pc_threshold |
a numeric value to indicate the LFC corresponding to a positive control, if no pc_gene is specified. |
pc_weight |
a weighting applied to the positive control
( |
nc_pairs |
a set of non-interacting gene pairs to define statistical significance. |
An object of class gemini.score containing score values for
strong interactions and sensitive lethality and recovery, and if nc_pairs
is specified, statistical significance for each scoring type.
1 2 | data("Model", package = "gemini")
Score <- gemini_score(Model, pc_gene = "EEF2")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.