Description Usage Arguments Value
View source: R/ValidateFormatOfDataTable.r
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,
1 | ValidateFormatOfDataTable(dataTable)
|
dataTable |
the data table to be tested |
true if the data table is valid
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.