gagneurlab / FRASER

FRASER - Find RAre Splicing Events in RNA-seq
MIT License
36 stars 20 forks source link

Error in predictYCpp(as.matrix(H), D, b) : Mat::init(): requested size is too large; suggest to enable ARMA_64BIT_WORD #55

Open Vinniporiya opened 1 year ago

Vinniporiya commented 1 year ago

Hi, I got an error (below) while running FRASER on a large dataset. Can you please help me to resolve this error?

Computing PCA ... Fitting rho ... Error in predictYCpp(as.matrix(H), D, b) : Mat::init(): requested size is too large; suggest to enable ARMA_64BIT_WORD Calls: FRASER ... fit.FraserDataSet -> fitPCA -> updateRho -> predictY -> predictYCpp Execution halted

Thank you!