gagneurlab / FRASER-analysis

Accompanying analysis code for the FRASER manuscript
https://tinyurl.com/FRASER-paper
MIT License
25 stars 7 forks source link

Error using FRASER function #7

Open SergioManzano10 opened 5 days ago

SergioManzano10 commented 5 days ago

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!