Description Usage Arguments Details Value Author(s) Examples
predict mismatches
1 | inferRelations(data, n = 100, plot.it = TRUE, verbose = FALSE, ...)
|
data |
output from allelesharing |
n |
= 100 default interpolation for showing the classification boundaries |
plot.it |
= TRUE default plot classification graph and returing mismatches otherwise return all |
verbose |
default FALSE, if TRUE show confusion matrix |
... |
optional plotting argument passed to plot |
based on all data a classifier is build using Linear Discriminant Analysis and on the same data a prediction is performed in order to detect wrong sample relationships. The assumption is that the majority of sample relations is correct otherwise we could not do this!
predicted mismatches
mvaniterson
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.