ccagc / QDNAseq

QDNAseq package for Bioconductor
47 stars 27 forks source link

poolRuns colMeans2 error #83

Closed srinew closed 4 years ago

srinew commented 4 years ago

This is the error I'm getting when I try to pool multiple normals together. "Error in colMeans2(oldphenodata, cols = numericCols) : Argument 'x' must be a matrix or a vector." Is this due to difference in colMeans and colMeans2 functions?

HenrikBengtsson commented 4 years ago

matrixStats::colMeans2() does not take data.frame:s, which I guess is what you might have here.