View source: R/ligand_receptor.R
get_all_degs | R Documentation |
Wrapper for FindMarkers() with formating for downstream LR analysis
get_all_degs( obj, annotation, condition, reference, experimental, padj.cut = 0.05, log2fc.cut = 0.1 )
obj |
Seurat object |
annotation |
Column name of object meta.data to annotate identities by |
condition |
Column name of object meta.data to test DE against |
reference |
Value of condition column to use as reference for DE |
experimental |
Value of condition column to use as experimental condition for DE |
padj.cut |
Threshold for adjusted p-value |
log2fc.cut |
Threshold for log2-fold-change |
A single, merged DF of DEGs across every identity
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.