-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
Following changes made to MatrixGenerics in Bioconductor/MatrixGenerics#23, need to update client packages such as DelayedMatrixStats.
Process will be something like:
- Add unit tests; something like https://github.com/HenrikBengtsson/matrixStats/blob/ff261339136ec7c5cb03a882449a50325f57c159/tests/rowCollapse.R#L16-L28
- Add
useNames = TRUEanduseNames = FALSEbehaviour; something like https://github.com/HenrikBengtsson/matrixStats/blob/ff261339136ec7c5cb03a882449a50325f57c159/R/rowAlls.R#L96-L114 to all functions withuseNamesargument. Note that the code varies depending on whether it is a row- or col-wise function and possibly on whether the current method returns names or does not.
See also const-ae/sparseMatrixStats@eaab674
Metadata
Metadata
Assignees
Labels
No labels