Hi,
I am running the latest version of MSstatsConvert. I get a " cannot allocate vector size" error.
How can I resolve it?
Here is the code
"diann <- DIANNtoMSstatsFormat(
+ dianninput,
+ annotation = annot,
+ global_qvalue_cutoff = 0.01,
+ qvalue_cutoff = 0.01,
+ pg_qvalue_cutoff = 0.01,
+ useUniquePeptide = TRUE,
+ removeFewMeasurements = TRUE,
+ removeOxidationMpeptides = TRUE,
+ removeProtein_with1Feature = TRUE,
+ use_log_file = TRUE,
+ append = FALSE,
+ verbose = TRUE,
+ log_file_path = NULL,
+ MBR = TRUE,
+ quantificationColumn = "auto")
INFO [2026-02-16 21:25:09] ** Raw data from DIANN imported successfully.
Processed 15311479 groups out of 15311479. 100% done. Time elapsed: 1296s. ETA: 0s..
Error: cannot allocate vector of size 1.4 Gb"
Thanks,
Maithreyan