powered by
(INTERNAL) Checks if the data given to create an inter-layer connection is valid and has the right input format
check_connection(connection)
Connection to check. Created by make_connection
make_connection
Character string vector containing error messages.
# NOT RUN { con = make_connection("mrna", "protein", connect_on="gene_name") return_errors(check_connection(con)) # }
Run the code above in your browser using DataLab