compute_prosum.RdFor multilibrary data, identify libraries, and call library_prosum for each.
compute_prosum(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. |