Closed ghost closed 3 years ago
There is a typo at SpectronauttoMSstatsFormat.R line 44 misssing.col <- requiredinput.general[!requiredinput.general %in% colnames(input)]
misssing.col <- requiredinput.general[!requiredinput.general %in% colnames(input)]
The misssing.col should be missing.col, otherwise, the the line 46 will throw the error message below instead of the list of missing columns
misssing.col
missing.col
Error in toString(missing.col) : object 'missing.col' not found
There is a typo at SpectronauttoMSstatsFormat.R line 44
misssing.col <- requiredinput.general[!requiredinput.general %in% colnames(input)]
The
misssing.col
should bemissing.col
, otherwise, the the line 46 will throw the error message below instead of the list of missing columns