TopLigandsByIdent | R Documentation |
Plot most active ligands in receiver cell type
TopLigandsByIdent(
seu,
active_ligands = NULL,
sender = NULL,
receiver = NULL,
group.by = "orig.ident",
pearson.threshold = 0.1,
ligands.display = 25,
assay = "SCT"
)
seu |
A seurat object |
active_ligands |
The output of |
sender |
Character vector specifying the name of cells to consider as senders in the |
receiver |
Character vector specifying the name of cells to consider as receivers in the |
group.by |
Name of meta.data column to search for |
pearson.threshold |
Pearson coefficient for calculating the percentage of receiver cells with ligand activity (default: 0.1) |
ligands.display |
Number of top ligands to display, ranked by mean ligand activity (default: 25) |
assay |
Assay of Seurat object to calculate average expression |
A ggplot object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.