Learn R Programming

molnet (version 0.1.0)

check_connection: Checks connection

Description

(INTERNAL) Checks if the data given to create an inter-layer connection is valid and has the right input format

Usage

check_connection(connection)

Arguments

connection

Connection to check. Created by make_connection

Value

Character string vector containing error messages.

Examples

Run this code
# 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