Description Usage Arguments Value Author(s)
View source: R/add_essential_genes.R
Retrieves lists of essential genes for all comparisons in objects of class 'mageck_gene' and 'bagel_gene'.
1 | add_essential_genes(x, mageck_fdr = 0.1, bagel_thresh = NULL)
|
x |
An object of class 'mageck_gene' or 'bagel_gene'. |
mageck_fdr |
A value between 0 and 1 giving the Mageck FDR cutoff for essentiality. Defaults to 0.1, for 10 percent FDR. |
bagel_thresh |
A numeric value giving the Bagel Bayes Factor threshold. if ‘NULL' (default), it’s taken from the 'bagel_gene' object. |
An object of class 'mageck_gene' or 'bagel_gene' depending on the class of input argument 'x'.
Alex T. Kalinka alex.kalinka@cancer.org.uk
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.