If for a SNP both probes produced very similar results, function compareProbes generated an extra marker combining the results from both probes. In that case the original single-probe markers are redundant and this function removes those data from the compstat and combscores data frames.
removeRedundant(compstat, combscores, compfile, combscorefile)A list with two components, compstat and combscores. These are identical to the parameters compstat and combscores, with the redundant single-probe markers removed.For their contents see function compareProbes.
a data.frame as returned by compareProbes in the compstat item of the return value and in the compfile
a data.frame as returned by compareProbes in the
a filename to which the compstat part of the results is written; if NA no file is written
a filename to which the compscores part of the results is written; if NA no file is written