Dear MSStats team,
I am having issues with the SpectronauttoMSstatsFormat function, as when I run it it says "
Error in toString(missing.col) : object 'missing.col' not found"
I check within the function and indeed there is a small typo:
if (!all(requiredinput.general %in% colnames(input))) {
misssing.col <- requiredinput.general[!requiredinput.general %in%
colnames(input)]
stop(paste0("** Please check the required input. The required input needs : ",
toString(missing.col)))
}
I haven't had this problem before, therefore I am sking you if you had changed the package recently (I have version 3.22.1). Is there any repository to install prior versions?
Best regards
Emilio Cirri
Proteomics Core Facility
Leibniz Institut on Aging
FLI Jena