call_sca | R Documentation |
Function to call SingleCellSignalR with databases from OmniPath [[DEPRECATED]]
call_sca(
sce,
op_resource,
.format = TRUE,
assay = "RNA",
assay.type = "logcounts",
...
)
sce |
SingleCellExperiment or SeuratObject as input |
op_resource |
OmniPath Intercell Resource DN |
.format |
bool whether to format output |
assay |
Seurat assay data to use |
assay.type |
count slot (logcounts by default) |
... |
arguments passed to 'SCAomni::cell_signaling' |
Stats: LRScore = sqrt(LR product)/mean(raw counts) * sqrt(LR product) where expression of l > 0 and r > 0 LRScore = 1 is the highest (~ most likely hit), 0 is the lowest.
An unfiltered SCA tibble
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.