Description Usage Value References Examples
View source: R/easierData_retrieval.R
Obtain the frequency of each ligand-receptor pair feature across the whole TCGA database. Only ligand-receptor pairs with frequency different from zero are kept. Each cell-cell pair feature score is calculated as the sum of the inverse of the frequency of all the active ligand-receptor pairs.
1 |
A numeric vector with the frequency of each ligand-receptor pair feature.
The Cancer Genome Atlas Research Network., Weinstein, J., Collisson, E. et al. The Cancer Genome Atlas Pan-Cancer analysis project. Nat Genet 45, 1113–1120 (2013). https://doi.org/10.1038/ng.2764
1 2 3 | if (interactive()) {
lr_frequency <- get_lr_frequency_TCGA()
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.