Description Usage Arguments Value
View source: R/compute_LR_pairs.R
compute_LR_pairs
obtain ligand-receptor pairs weights from tpm RNAseq data.
1 2 3 4 5 6 | compute_LR_pairs(
RNA.tpm,
remove.genes.ICB_proxies = FALSE,
compute.cytokines.pairs = FALSE,
cancertype
)
|
RNA.tpm |
numeric matrix of tpm values with rows=genes and columns=samples |
remove.genes.ICB_proxies |
boolean variable to reomove all those genes involved in the computation of ICB proxy's of response |
compute.cytokines.pairs |
boolean variable to compute cytokine pairs as well |
cancerype |
string character |
A list with the following elements:
Ligand-leceptor pairs weights matrix in log2(tpm + 1) with rows=samples and columns = L-R pairs
Cytokine-Cytokine pairs weights matrix in log2(tpm + 1) with rows=samples and columns = CYTOKINE pairs
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.