Cell state activity inference from single cell data
Source:R/activity.R
      SecAct.activity.inference.scRNAseq.RdCalculate secreted protein signaling activity of cell states from single cell RNA-Sequencing data.
Usage
SecAct.activity.inference.scRNAseq(
  inputProfile,
  cellType_meta,
  sigMatrix = "SecAct",
  is.group.sig = TRUE,
  lambda = 5e+05,
  nrand = 1000,
  sigFilter = FALSE
)Arguments
- inputProfile
- A Seurat object. 
- cellType_meta
- Column name in meta data that includes cell-type annotations. 
- sigMatrix
- Secreted protein signature matrix. 
- is.group.sig
- A logical indicating whether to group similar signatures. 
- lambda
- Penalty factor in the ridge regression. 
- nrand
- Number of randomization in the permutation test, with a default value 1000. 
- sigFilter
- A logical indicating whether filter the secreted protein signatures with the genes from inputProfile.