View source: R/differential_abundance.R
findDiffAbundantMarkers | R Documentation |
Find markers for differential abundant subpopulation
findDiffAbundantMarkers( obj, da, method = c("COSG", "Seurat", "STG"), top_n = NULL, return_raw = FALSE, GPU = "", ... )
obj |
Seurat object |
da |
DAseq results |
method |
Which method should be used to find markers.
Method |
top_n |
Return the top N markers from results. The order of markers
is determined by scores for |
return_raw |
Return raw results produced by specified |
GPU |
Which GPU to use (GPU IDs), default using CPU. Note: this value
will be used to set |
... |
Additional arguments passed to marker finder. |
A list of marker genes
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.