TileReadCustomCheckData {TileShuffle}R Documentation

TileReadCustomCheckData

Description

Checks the data for exported function TileReadCustom.

Usage

TileReadCustomCheckData(refdata, data)

Arguments

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.

Details

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.

Value

None.


[Package TileShuffle version 0.1.0 Index]