View source: R/compute_Davoli_IS.R
compute_Davoli_IS | R Documentation |
Calculates Davoli_IS score as the average of the expression of its signature genes after applying rank normalization, as defined in Davoli et al., Science, 2017.
compute_Davoli_IS(matches, RNA_tpm)
matches |
numeric vector indicating the index of signature
genes in |
RNA_tpm |
data.frame containing TPM values with HGNC symbols in rows and samples in columns. |
A numeric matrix with samples in rows and Davoli_IS score in a column.
Davoli, T., Uno, H., Wooten, E.C., and Elledge, S.J. (2017). Tumor aneuploidy correlates with markers of immune evasion and with reduced response to immunotherapy. Science 355. https://doi.org/10.1126/science.aaf8399.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.