public class ImputationAccuracyPlugin
extends AbstractPlugin
This evaluates the accuracy of an imputed genotype. First input genotype should be the original. Second should be the masked genotype. Third should be the imputed genotype.
public ImputationAccuracyPlugin()
public ImputationAccuracyPlugin(java.awt.Frame parentFrame,
boolean isInteractive)
protected void preProcessParameters(DataSet input)
public javax.swing.ImageIcon getIcon()
public java.lang.String getButtonName()
public java.lang.String getToolTipText()
public TableReport runPlugin(DataSet input)
Convenience method to run plugin with one return object.