check_connection: Checks connection

Description Usage Arguments Value Examples

View source: R/checks.R

Description

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

Usage

1

Arguments

connection

Connection to check. Created by make_connection

Value

Character string vector containing error messages.

Examples

1
2
con = make_connection("mrna", "protein", connect_on="gene_name")
return_errors(check_connection(con))

molnet-org/molnet documentation built on Dec. 21, 2021, 8:59 p.m.