check_metadata_proteins | R Documentation |
check whether metadata-proteins.txt file is following guidelines
check_metadata_proteins(
df,
return_n_issues = FALSE,
validate_uniprot = FALSE,
verbose = TRUE
)
df |
(data.frame) metadata_proteins df |
return_n_issues |
(logical) if |
validate_uniprot |
(logical) if |
verbose |
(logical) |
(int) number of issues identified
{
## Not run:
check_metadata_proteins(df = metadata_proteins)
## End(Not run)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.