Validate metadata and manifest files for every study in consortium. Returns a named list of validation results, where the name refers to the study name. The validation checks are done via `dccvalidator::check_all()`.

validate_all_studies(fileview, annotations, syn)

Arguments

fileview

The fileview table.

annotations

A data frame of annotation definitions. Must contain at least three columns: key, value, and columnType.

syn

Synapse client object.

Value

Named list of check results, where the names of the list refer to the study. Returns NULL if no studies in fileview.