R/checkIfFile.R
artmsIsEvidenceNewVersion.RdMaxQuant introduced changes in the column names and number of columns for the evidence file in version 1 (we think). This function check whether the evidence comes from the latest version of MaxQuant.
artmsIsEvidenceNewVersion(evidence_file)
| evidence_file | the evidence file name |
|---|
(logical) TRUE if it is a newer version of MaxQuant,
FALSE otherwise
artmsIsEvidenceNewVersion(evidence_file = artms_data_ph_evidence)#>#> [1] TRUE