Description Usage Arguments Value Author(s)
View source: R/calc_GICC_gene_sets.R
Calculates GICC for normalized counts given a list of gene sets.
1 2 3 4 5 6 7 | calc_GICC_gene_sets(
counts,
gene_sets,
plasmid_sample_id,
control_sample_id,
treat_sample_id = NULL
)
|
counts |
A data frame of normalized counts for each sample in the study (samples as columns, gRNAs as rows). |
gene_sets |
A named list of gene sets. |
plasmid_sample_id |
A character vector naming one or more plasmid samples. |
control_sample_id |
A character vector naming one or more control samples. |
treat_sample_id |
A character vector naming one or more treatment samples. If 'NULL' then there are no treatment samples. Defaults to 'NULL'. |
A data frame with columns named ‘GICC.<comp>.<gene_set>' where ’<comp>' is one of 'ctrl_plasmid', 'treat_plasmid', or 'treat_ctrl', 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.