cellphonedb_score | R Documentation |
Function to calculate p-values as in CellPhoneDB
cellphonedb_score(
lr_res,
perm_means,
parallelize,
workers,
score_col = "pvalue",
verbose = TRUE,
...
)
lr_res |
liana pipe results |
perm_means |
permutations obtained via 'get_permutations' |
parallelize |
logical whether to parallelize |
workers |
Number of workers to be used in parallelization |
score_col |
name of the score column |
verbose |
logical for verbosity |
... |
placeholder |
lr_res + pvalue and lr.mean
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.