TileReadCustomCheckData {TileShuffle} | R Documentation |
Checks the data for exported function TileReadCustom
.
TileReadCustomCheckData(refdata, data)
refdata |
A data.frame of reference data that was already
read and which is used for consistency checks with current data.
In case of the first read dataset, it is set to NULL and
consistency checks are not performed. |
data |
A data.frame that is checked for validity and
consistency. |
Checks the data for exported function TileReadCustom
in terms of validity, e.g., uniqueness of probe identifiers and
obvious errors in probe coordinates, and consistency to previously
read data, e.g., same probe identifiers, probe coordinates, and probe
sequences.
None.