Description Usage Arguments Value
View source: R/receptorLigandAnnotationFromObject.R
Uses the seurat object to identify certain ligand-receptor pairs who have expression levels higher than the ones set by the user.
1 2 3 | receptor.ligand.annotation.from.object(seurat.object, group.by,
receptor.ligand.mat, mean.expression.theshold = 0.1,
percent.expression.threshold = 0.2)
|
seurat.object |
seurat object set by the user. |
group.by |
variables to group by set by the user. |
receptor.ligand.mat |
the list of receptors and ligands. |
percent.expression.threshold |
percent expression threshold set by the user. |
mean.expression.threshold |
mean expression threshold set by the user. |
list of ligand-receptor pairs with expression levels.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.