View source: R/cellchat_pipe.R
call_cellchat | R Documentation |
Run CellChat with OmniPath function [[DEPRECATED]]
call_cellchat(
sce,
op_resource,
.format = TRUE,
exclude_anns = c(),
nboot = 100,
assay = "RNA",
.seed = 1004,
.normalize = FALSE,
.do_parallel = FALSE,
.raw_use = TRUE,
expr_prop = 0,
organism = "human",
thresh = 1,
de_thresh = 0.05,
...
)
sce |
Seurat object as input |
op_resource |
OmniPath Intercell Resource DN |
.format |
bool whether to format output |
exclude_anns |
Annotation criteria to be excluded |
nboot |
number of bootstraps to calculate p-value |
assay |
assay name (RNA by default) |
.seed |
random seed |
.normalize |
# bool whether to normalize non-normalized data with |
.do_parallel |
whether to parallelize or not |
.raw_use |
whether use the raw data or gene expression data projectected to a ppi (should be kept to TRUE) |
expr_prop |
minimum proportion of gene expression per cell type (0 by default), yet perhaps one should consider setting this to an appropriate value between 0 and 1, as an assumptions of these method is that communication is coordinated at the cluster level. |
organism |
Obtain CellChatDB for which organism ('mouse' or 'human') |
thresh |
p-value threshold (1 by default) |
de_thresh |
diff expression of genes p-value |
... |
Arguments passed on to
|
CellChat's objects are not lazily documented/exported thus the whole package has to be imported.
A DF of intercellular communication network
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.