SeuratWrappers provides two Presto-based differential expression functions:Documentation Index
Fetch the complete documentation index at: https://mintlify.com/satijalab/seurat-wrappers/llms.txt
Use this file to discover all available pages before exploring further.
RunPresto()— Drop-in replacement forFindMarkers()using Presto’s fast Wilcoxon testRunPrestoAll()— Drop-in replacement forFindAllMarkers()using Presto
WilcoxDETest with Presto’s implementation, which is ~1000x faster for large datasets.
RunPresto()
Syntax
Parameters
A Seurat object.
Identity class to define as positive. If
NULL, uses all identities.Identity class to compare against. If
NULL, uses all other cells.Metadata column to use for grouping cells instead of active identities.
Assay to use. Defaults to the active default assay.
Slot within the assay to use.
Minimum log fold-change threshold for reporting genes.
Minimum fraction of cells expressing the gene in either group.
Return only positive markers.
Maximum number of cells per identity class (downsamples for speed).
RunPrestoAll()
Syntax
Additional Parameters
Only return markers with adjusted p-value below this threshold.
Returns
A data frame identical to the output ofFindMarkers() / FindAllMarkers(), containing columns: p_val, avg_log2FC, pct.1, pct.2, p_val_adj.