compute_hits: For multilibrary enrichment, identify libraries, and identify...

View source: R/compute_hits.R

compute_hitsR Documentation

For multilibrary enrichment, identify libraries, and identify values above threshold. for each.

Description

For multilibrary enrichment, identify libraries, and identify values above threshold. for each.

Usage

compute_hits(data, threshold = 5, parallel = FALSE, verbose = FALSE)

Arguments

data

List with first element a character vector of library names and subsequent elements data frames of data for corresponding libraries.

threshold

Minimum enrichment value to be considered a hit.

parallel

Logical whether or not to use future and future.apply to parallelize individual library computations.

verbose

Logical whether to print additional info


brandonsie/phipmake documentation built on March 15, 2023, 3:24 p.m.