Skip to contents

This function checks if the dataframe has exactly three columns named DB, Geneset, and Gene, and all columns must be of type character.

Usage

check_databases(databases)

Arguments

databases

A dataframe to check.

Value

None. This function stops execution and provides an error message if the dataframe is not valid.