Closed dKlee99 closed 3 years ago
Hi,
This is mostly linked with total RAM usage exceeding the capacity of your machine. In that case there's nothing I can really do on my side to solve the error. The matrix you are loading is too big to be handled by your machine, so you will need a server able to handle such big matrix.
@dKlee99 there is some advice on stackoverflow that is largely dependent on your setup. Hope that helps
After running
covidProt <- covid[rownames(covid) %in% HgProteinCodingGenes,]
this code, I got following errorError: cannot allocate vector of size 4.5 Gb
Would it be possible to solve this error?