Skip to content

❗ This is a read-only mirror of the original presto R package repository housed at github.com/immunogenomics/presto

Notifications You must be signed in to change notification settings

korsunskylab/presto

Repository files navigation

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

We are working on getting presto into CRAN. For now, install Presto from github directly:

library(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

About

❗ This is a read-only mirror of the original presto R package repository housed at github.com/immunogenomics/presto

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published