R/validate_mz_tab.R
validateMzTab.Rd
Validate the provided mztab object against the online mzTab-M validator.
validateMzTab(
mztab,
validationMode = "json",
validationLevel = "info",
maxErrors = 100,
semanticValidation = TRUE,
basePath = "https://apps.lifs-tools.org/mztabvalidator/rest/v2"
)
the R6 mzTab object to write.
if "json", validate against the mzTab-M validator online service by converting the mzTab data model to JSON, if "plain", validate against the mzTab-M validator online service by converting the mzTab data model to TSV format before sending.
level of validation messages to return, can be one of 'info', 'warn' or 'error'.
maximum number of validation errors at which the validation should stop.
use semantic validation (CV parameters) against the default mapping file.
the base URL endpoint to use for validation.
a list of validation messages or an empty list if no messages were generated.