Description Usage Arguments Value Author(s)
View source: R/calc_NNMD_robust_gene_sets.R
Calculates a Robust equivalent of the Null-Normalized Mean Difference (NNMD) for sets of genes (based on median difference divided by median absolute deviation of reference set).
1 | calc_NNMD_robust_gene_sets(lfc_ctrl_pl, lfc_treat_pl, gene_sets)
|
lfc_ctrl_pl |
A data frame of gRNA log fold change data for Control vs Plasmid. |
lfc_treat_pl |
A data frame of gRNA log fold change data for Treatment vs Plasmid. If 'NULL', then ignored. |
gene_sets |
A named list of gene sets. |
A data frame with columns named ‘NNMD_robust.<comp>.<gene_set>' where ’<comp' is one of 'ctrl_plasmid' or 'treat_plasmid', and '<gene_set>' is the name of each gene set provided in the 'gene_sets' list.
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.