ccagc / QDNAseq

QDNAseq package for Bioconductor
47 stars 27 forks source link

Prepare for update in matrixStats where colMedians() is no longer an S4 method #40

Closed HenrikBengtsson closed 8 years ago

HenrikBengtsson commented 8 years ago

I'm planning to (finally) turn col-/rowMedians() for matrixStats into a plain function - for historical reasons they're currently S4 methods, but that will change. In order for QDNAseq not to break when that happens, this patch needs to be applied.

For more details on the matrixStats update, see https://github.com/HenrikBengtsson/matrixStats/issues/80

HenrikBengtsson commented 8 years ago

Sorry, should have made the PR for the develop branch. Ignore this one and see PR #41 instead.