check whether metadata-proteins.txt file is following guidelines
check_metadata_proteins(
df,
return_n_issues = FALSE,
validate_uniprot = FALSE,
verbose = TRUE
)
(data.frame) metadata_proteins df
(logical) if TRUE
returns the number of issues.
(logical) if TRUE
, check if all uniprot ids are valid
connecting to Uniprot. Note: depending on the number of ids, it might take
several finish to complete the validation
(logical) TRUE
(default) shows messages
(int) number of issues identified
{
if (FALSE) {
check_metadata_proteins(df = metadata_proteins)
}
}