ValidateFormatOfDataTable {CausalR} | R Documentation |
Checks the format of the experimental data. This is expected to be two columns, the first containing the gene name and the second the direction of regulation, -1, 0 or 1. The function checks the number of columns and the values of the second column,
ValidateFormatOfDataTable(dataTable)
dataTable |
the data table to be tested |
true if the data table is valid