Entering edit mode
4 months ago
smanzano250800
•
0
I'm trying to use the bioconductor R package.
At first everything works fine following its workflow, until I run the following command:
fds <- FRASER(fds, q=c(jaccard=3)
The error obtained is:
Error in matrixStats::colMeans2(x, rows = rows, cols = cols, na.rm = na.rm, :
Argument 'dim.' must be an integer vector of length two.
Would anyone know how to solve it?
Thank you.