ValidateFormatOfDataTable {CausalR}R Documentation

validate format of the experimental data table

Description

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,

Usage

ValidateFormatOfDataTable(dataTable)

Arguments

dataTable

the data table to be tested

Value

true if the data table is valid


[Package CausalR version 1.20.0 Index]