I am running the analysis as descibed by the authors.
After applying the next functions: calculatePSIValues, filterExpressionAndVariability and annotateRangesWithTxDb (that all works), I am trying to apply the next command:
FRASER(fds, q=c(jaccard=2))
Getting the following error:
Error in matrixStats::colMeans2(x, rows = rows, cols = cols, na.rm = na.rm, :
Argument 'dim.' must be an integer vector of length two.
I am running the analysis as descibed by the authors.
After applying the next functions:
calculatePSIValues, filterExpressionAndVariability and annotateRangesWithTxDb
(that all works), I am trying to apply the next command:FRASER(fds, q=c(jaccard=2))
Getting the following error:
Error in matrixStats::colMeans2(x, rows = rows, cols = cols, na.rm = na.rm, : Argument 'dim.' must be an integer vector of length two.
Could you help me?
Thank you!