Description Usage Arguments Value
View source: R/compute_CCpair_score.R
compute_CCpair_score
computes the score for each cell - cell pair for all the patients.
1 2 3 4 5 6 7 8 | compute_CCpair_score(
celltype1,
celltype2,
intercell_network,
lrpairs_binary,
lr_frequency,
compute_log = TRUE
)
|
celltype1 |
string character with first cell type involved in the interaction |
celltype2 |
string character with second cell type involved in the interaction |
intracell.network |
matrix with data on cell types interaction network |
lrpairs.binary |
binary vector displaying LR pairs with non-zero frequency |
lr.frequency |
numeric vector with LR pairs frequency across the whole TCGA database |
compute.log |
boolean variable in order to take the log of the weighted score |
cancertype |
string character |
numeric vector with weighted scores
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.