Learn R Programming

DrDimont (version 0.1.4)

check_drug_targets_in_layers: [INTERNAL] Check drug target and layer data

Description

[INTERNAL] Checks if the parameters supplied in 'drug_target_interactions' makes sense in the context of the defined layers.

Usage

check_drug_targets_in_layers(drug_target_interactions, layers)

Value

Character string vector containing error messages.

Arguments

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.