compute_RIR {easier}R Documentation

Compute repressed immune resistance signature (RIR) score

Description

Calculates RIR score by combining a set of gene signatures associated with downregulation of T cell exclusion, post-treatment and functional resistance. We used the original approach defined in Jerby-Arnon et al., Cell, 2018.

Usage

compute_RIR(RNA_tpm, RIR_program)

Arguments

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.

Details

The gene signatures were provided by original work: https://github.com/livnatje/ImmuneResistance

Value

A numeric matrix with samples in rows and RIR score in a column.

References

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.


[Package easier version 1.0.0 Index]