compute_promax.Rd
For multilibrary hits data, identify libraries, and call library_promax for each.
compute_promax(data, annot, verbose = TRUE, parallel = FALSE)
data | List with first element a character vector of library names and subsequent elements data frames of data for corresponding libraries. |
---|---|
annot | Phiplist of annotation files. |
verbose | Logical whether or not to print progress. |
parallel | Logical whether or not to use future and future.apply to parallelize individual library computations. |