compute_hits.Rd
For multilibrary enrichment, identify libraries, and identify values above threshold. for each.
compute_hits(data, threshold = 5, parallel = FALSE, verbose = FALSE)
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 |