Checks if input data is valid and formatted correctly. This function is a wrapper for other check functions to be executed as first step of the molnet pipeline.
check_input(layers, inter_layer_connections, drug_target_interaction)List of layers to check. Individual layers were created by
make_layer and need to be wrapped in a list.
A list containing connections between layers. Each
connection was created by make_connection and wrapped in a list.
A named list of the drug interaction data. Created by
make_drug_target
Character string vector containing error messages.