compute_RIR | R Documentation |
Calculates RIR score by combining a set of gene signatures associated with upregulation and downregulation of T cell exclusion, post-treatment and functional resistance. We used the original approach defined in Jerby-Arnon et al., Cell, 2018.
compute_RIR(RNA_tpm, RIR_program)
RNA_tpm |
data.frame containing TPM values with HGNC symbols in rows and samples in columns. |
RIR_program |
list with gene signatures included in the immune resistance program from Jerby-Arnon et al., 2018. |
The gene signatures were provided by original work: https://github.com/livnatje/ImmuneResistance
A numeric matrix with samples in rows and three RIR scores as columns: "resF_up" (upregulated score), "resF_down" (downregulated score) and "resF" (upregulated score - downregulated score).
Jerby-Arnon, L., Shah, P., Cuoco, M.S., Rodman, C., Su, M.-J., Melms, J.C., Leeson, R., Kanodia, A., Mei, S., Lin, J.-R., et al. (2018). A Cancer Cell Program Promotes T Cell Exclusion and Resistance to Checkpoint Blockade. Cell 175, 984–997.e24. https://doi.org/10.1016/j.cell.2018.09.006.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.