View source: R/Seurat_monocle_workflow.R
find_Specific_site | R Documentation |
Find specific sites for each gene family.
find_Specific_site(
seurat,
ident = NULL,
only.pos = TRUE,
logfc = 0.1,
min.pct = 0,
...
)
seurat |
Seurat object. |
ident |
Character. One of colnames of Seurat object metadata. If NULL, use the active.ident of the Seurat object as the grouping information. |
only.pos |
Only return positive marker site. Default:TRUE. |
logfc |
Limit testing to genes which show, on average, at least X-fold difference (log-scale) between the two groups of cells. Default:1. |
min.pct |
only test genes that are detected in a minimum fraction of min.pct cells in either of the two populations. Meant to speed up the function by not testing genes that are very infrequently expressed. Default: 0.25. |
... |
Other parameters of Seurat::FindAllMarkers. |
Matrix containing a ranked list of putative markers, and associated statistics (p-values, ROC score, etc.)
FindAllMarkers
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.