Calculate condition-specific cell-cell communication mediated by secreted proteins from scRNA-Seq data.
Usage
SecAct.CCC.scRNAseq(
  Seurat_obj,
  cellType_meta,
  condition_meta,
  conditionCase,
  conditionControl,
  sigMatrix = "SecAct",
  act_diff_cutoff = 2,
  exp_logFC_cutoff = 0.2,
  exp_mean_all_cutoff = 2,
  exp_fraction_case_cutoff = 0.1,
  padj_cutoff = 0.01,
  scale.factor = 1e+05
)Arguments
- cellType_meta
- Column name in meta data that includes cell-type annotations. 
- condition_meta
- Column name in meta data that includes condition information. 
- conditionCase
- Case condition. 
- conditionControl
- Control condition. 
- sigMatrix
- Secreted protein signature matrix. 
- act_diff_cutoff
- Cut off for activity change (i.e., z score) in step 1. 
- exp_logFC_cutoff
- Cut off for log fold change in step 2. 
- exp_fraction_case_cutoff
- Cut off for the fraction of cells expressing secreted protein-coding genes in step 2. 
- padj_cutoff
- Adjusted p value cut off. 
- scale.factor
- Sets the scale factor for cell-level normalization in step2. 
- data
- A Seurat object.