getIPS: Calculation of Immunophenoscore

Description Usage Arguments References Examples

View source: R/getIPS.R

Description

Immunophenoscore (IPS) was calculated by a script supplied by The Cancer Immunome Atlas

Usage

1
getIPS(gene_expression, IPSG = IPSG)

Arguments

gene_expression

A gene expression matrix contains each gene (in rows) and sample (in columns).

IPSG

gene set in Immunophenoscore

References

Charoentong P., Finotello F., Angelova M., et al. Pan-cancer Immunogenomic Analyses Reveal Genotype-Immunophenotype Relationships and Predictors of Response to Checkpoint Blockade. Cell Rep. Jan 3 2017;18(1):248-262.

Examples

1
2
3
data(IPSG)
data(Cho)
getIPSRes <-getIPS(Cho$"RNA",IPSG = IPSG)

Liulab/PD1highCD8Tscore documentation built on March 15, 2021, 1:14 a.m.