ValidateFormatOfTable {CausalR} | R Documentation |
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.
ValidateFormatOfTable(dataTable)
dataTable |
the table to be tested |
true if the test is satisfed.