runCellInteraction | R Documentation |
runCellInteraction
runCellInteraction(
expr,
cellSetName = "default",
species = "human",
savePath = NULL
)
expr |
A Seurat object. |
cellSetName |
The colunm name of ‘expr'’s 'meta.data', used to indicate the cell set annotation. |
species |
A character string indicating what species the sample belong to. Only "human"(default) or "mouse" are allowed. |
savePath |
A path to save the results files. If NULL, the 'statPath' will be used instead. |
A data frame which contains the cell sets ligand-receptor pairs and their scores.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.