Description Usage Arguments Value Examples
(INTERNAL) Checks if the parameters supplied in 'drug_target_interaction' makes sense in the context of the defined layers.
1 | check_drug_targets_in_layers(drug_target_interaction, layers)
|
drug_target_interaction |
A named list of the drug interaction data. Created by
|
layers |
List of layers to check. Individual layers are created by
|
Character string vector containing error messages.
1 2 3 4 5 6 7 | data(layers_example)
layers <- layers_example
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_targets_in_layers(drug_target_interaction, layers))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.