Vitek-Lab / MSstats

R package - MSstats
74 stars 46 forks source link

Typo in SpectronauttoMSstatsFormat funciton #46

Closed ghost closed 3 years ago

ghost commented 3 years ago

There is a typo at SpectronauttoMSstatsFormat.R line 44 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

Error in toString(missing.col) : object 'missing.col' not found