SkillAgentSearch skills...

Presto

Fast Wilcoxon and auROC

Install / Use

/learn @immunogenomics/Presto
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Overview

Presto performs a fast Wilcoxon rank sum test and auROC analysis. Latest benchmark ran 1 million observations, 1K features, and 10 groups in 16 seconds (sparse input) and 85 seconds (dense input).

Installation

Install presto:

# install.packages("devtools")
devtools::install_github("immunogenomics/presto")

Usage

Run presto on a matrix, Seurat, or SingleCellExperiment input object.

wilcoxauc(X, y)
wilcoxauc(seurat_object, 'group_name')
wilcoxauc(sce_object, 'group_name')

For examples, see ?wilcoxauc and the vignette

Related Skills

View on GitHub
GitHub Stars206
CategoryDevelopment
Updated17d ago
Forks41

Languages

Jupyter Notebook

Security Score

80/100

Audited on Mar 15, 2026

No findings