ValidateFormatOfTable {CausalR}R Documentation

validate format of table

Description

Checks the format of the loaded in data. In particular exepects a table with threecolumns (in order) a initiating gene, an interaction ('Activates','Inhibits') and a responding gene and checks the number of rows and the values of the middle column.

Usage

ValidateFormatOfTable(dataTable)

Arguments

dataTable

the table to be tested

Value

true if the test is satisfed.


[Package CausalR version 1.25.0 Index]