Skip to content

immunogenomics/presto

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
November 8, 2022 16:03
May 7, 2019 18:20
src
November 2, 2022 16:13
November 2, 2022 16:13
November 2, 2022 16:13
May 11, 2019 13:55
November 10, 2022 10:03
November 2, 2022 16:13
April 30, 2023 21:29
May 8, 2019 22:06

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