DATA_FILE
(Mandatory) Points to the HD data file. Preferred overDATA_FILE_PREFIX
.DATA_FILE_PREFIX
(Deprecated)DATA_TYPE
(Mandatory) The current state of your data values. Can beR
(raw values) orL
(log-transformed values).LOG_BASE
Default:2
. In case you provide raw values, this is the base used for doing the log transformation. Currently only supports2
.SRC_LOG_BASE
(Mandatory ifDATA_TYPE
=L
) The log base that was used for transforming the data to their current values. Has to be specified only withDATA_TYPE=L
. This will be used to reconstruct the raw intensity values.MAP_FILENAME
(Mandatory) Name of the subject-sample mapping file.ALLOW_MISSING_ANNOTATIONS
Default:N
.Y
for yes,N
for no. Whether the job should be allowed to continue when the data set doesn't provide data for all the annotations.SKIP_UNMAPPED_DATA
Default:N
. IfY
, it ignores data points of samples that are not present in the subject-sample mapping file. Otherwise (N
) gives an error for such data points.ZERO_MEANS_NO_INFO
Default:N
. IfY
, raw values that equal 0 will be filtered out. Otherwise (N
), they will be inserted into the database. The flag applies to most of HD data types. It does not affect CNV (aCGH) data. For RNASeq read count data the check on zeros happens based on normalized read count.