identifyOverExpressedLigandReceptor | R Documentation |
This function identifies the over-expressed ligands and (complex) receptors based on the identified signaling genes from 'identifyOverExpressedGenes'.
identifyOverExpressedLigandReceptor(
object,
features.name = "features",
features = NULL,
return.object = TRUE
)
object |
CellChat object |
features.name |
a char name used for storing the over-expressed ligands and receptors in 'object@var.features[[paste0(features.name, ".LR")]]' |
features |
a vector of features to use. default use all over-expressed genes in 'object@var.features[[features.name]]' |
return.object |
whether returning a CellChat object. If FALSE, it will return a data frame containing over-expressed ligands and (complex) receptors associated with each cell group |
A CellChat object or a data frame. If returning a CellChat object, a new element named paste0(features.name, ".LR") will be added into the list 'object@var.features'
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.