public class MergeGenotypeTablesPluginV2
extends AbstractPlugin
public MergeGenotypeTablesPluginV2(java.awt.Frame parentFrame,
boolean isInteractive)
public javax.swing.ImageIcon getIcon()
public java.lang.String getButtonName()
public java.lang.String getToolTipText()
public java.lang.String pluginDescription()
public net.maizegenetics.analysis.data.MergeGenotypeTablesPluginV2.MERGE_TYPES taxaMergeSelection()
Selection for Taxa Merge Rule
public MergeGenotypeTablesPluginV2 taxaMergeSelection(net.maizegenetics.analysis.data.MergeGenotypeTablesPluginV2.MERGE_TYPES value)
Set Taxa Merge Rule. Selection for Taxa Merge Rule
value - Taxa Merge Rulepublic net.maizegenetics.analysis.data.MergeGenotypeTablesPluginV2.MERGE_TYPES positionMergeSelection()
Selection for Position Merge Rule
public MergeGenotypeTablesPluginV2 positionMergeSelection(net.maizegenetics.analysis.data.MergeGenotypeTablesPluginV2.MERGE_TYPES value)
Set Position Merge Rule. Selection for Position Merge Rule
value - Position Merge Rulepublic net.maizegenetics.analysis.data.MergeGenotypeTablesPluginV2.CALL_MERGE callMergeSelection()
Selection for Call Merging
public MergeGenotypeTablesPluginV2 callMergeSelection(net.maizegenetics.analysis.data.MergeGenotypeTablesPluginV2.CALL_MERGE value)
Set Call Merge Rule. Selection for Call Merging
value - Call Merge Rulepublic net.maizegenetics.analysis.data.MergeGenotypeTablesPluginV2.DEPTH_MERGE depthMergeSelection()
Selection for How to Merge Depths
public MergeGenotypeTablesPluginV2 depthMergeSelection(net.maizegenetics.analysis.data.MergeGenotypeTablesPluginV2.DEPTH_MERGE value)
Set Depth Merge Rule. Selection for How to Merge Depths
value - Depth Merge Rule