| CellChat-class | R Documentation |
The key slots used in the CellChat object are described below.
data.rawraw count data matrix
datanormalized data matrix for CellChat analysis (Genes should be in rows and cells in columns)
data.signalinga subset of normalized matrix only containing signaling genes
data.scalescaled data matrix
data.projectprojected data
imagesa list of spatial image objects
neta three-dimensional array P (K×K×N), where K is the number of cell groups and N is the number of ligand-receptor pairs. Each row of P indicates the communication probability originating from the sender cell group to other cell groups.
netPa three-dimensional array representing cel-cell communication networks on a signaling pathway level
DBligand-receptor interaction database used in the analysis (a subset of CellChatDB)
LRa list of information related with ligand-receptor pairs
metadata frame storing the information associated with each cell
identsa factor defining the cell identity used for all analysis. It becomes a list for a merged CellChat object
var.featuresA list: one element is a vector consisting of the identified over-expressed signaling genes; one element is a data frame returned from the differential expression analysis
drList of the reduced 2D coordinates, one per method, e.g., umap/tsne/dm
optionsList of miscellaneous data, such as parameters used throughout analysis, and a indicator whether the CellChat object is a single or merged
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.