Description Usage Arguments Value Examples
(INTERNAL) Checks if the data used to define interaction between drugs and targets is valid and formatted correctly.
1 | check_drug_target(drug_target_interaction)
|
drug_target_interaction |
A named list of the drug interaction data. Created by
|
Character string vector containing error messages.
1 2 3 4 5 | data(drug_gene_interactions)
drug_target_interaction <- make_drug_target(target_molecules='protein',
interaction_table=drug_gene_interactions,
match_on='gene_name')
return_errors(check_drug_target(drug_target_interaction))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.