removeRedundant | R Documentation |
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)
compstat |
a data.frame as returned by compareProbes in the compstat item of the return value and in the compfile |
combscores |
a data.frame as returned by compareProbes in the |
compfile |
a filename to which the compstat part of the results is written; if NA no file is written |
combscorefile |
a filename to which the compscores part of the results is written; if NA no file is written |
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.