[INTERNAL] Check drug target and layer data
[INTERNAL] Checks if the parameters supplied in 'drug_target_interactions' makes sense in the context of the defined layers.
check_drug_targets_in_layers(drug_target_interactions, layers)
drug_target_interactions
: [list] A named list of the drug interaction data. Created by make_drug_target
layers
: [list] List of layers to check. Individual layers are created by make_layer
and need to be wrapped in a list.Character string vector containing error messages.
Useful links