SQL_Retrieve
performs both of these functions, using different inputs. Here we describe the use of the SQL_Retrieve
function for the purposes of populating uncalculated (NULL) entries in the Results table of the database in Matlab.SQL_Retrieve
can be run as follows:'null'
, retrieves ts_ids and op_ids from the sets provided that contain (as-yet) uncalculated (i.e., NULL) elements in the database; these can then be calculated and stored back in the database. An example usage is given below:SQL_Retrieve
writes to a local Matlab file, HCTSA.mat, that contains the data retrieved from the database.