public class HaplotypeGraphBuilderPlugin
extends net.maizegenetics.plugindef.AbstractPlugin
| Constructor and Description |
|---|
HaplotypeGraphBuilderPlugin(Frame parentFrame,
boolean isInteractive) |
| Modifier and Type | Method and Description |
|---|---|
String |
anchorFile()
File with list of anchors.
|
HaplotypeGraphBuilderPlugin |
anchorFile(String value)
Set Anchor File.
|
HaplotypeGraph |
build() |
String |
configFile()
Database configuration file
|
HaplotypeGraphBuilderPlugin |
configFile(String value)
Set Database Config File.
|
String |
getButtonName() |
ImageIcon |
getIcon() |
String |
getToolTipText() |
SortedSet<Integer> |
hapids()
List of haplotype ids to include in the graph.
|
HaplotypeGraphBuilderPlugin |
hapids(SortedSet<Integer> value)
Set Haplotype Ids.
|
Boolean |
includeVariantContexts()
Whether to include variant contexts in haplotype nodes.
|
HaplotypeGraphBuilderPlugin |
includeVariantContexts(Boolean value)
Set Include Variant Contexts.
|
String |
method()
Consensus Method
|
HaplotypeGraphBuilderPlugin |
method(String value)
Set Consensus Method.
|
Boolean |
onlyAnchors()
Whether to include only anchors (i.e.
|
HaplotypeGraphBuilderPlugin |
onlyAnchors(Boolean value)
Set Only Anchors.
|
net.maizegenetics.plugindef.DataSet |
processData(net.maizegenetics.plugindef.DataSet input) |
addListener, cancel, convert, dataSetReturned, getCitation, getInputs, getMenu, getPanel, getParameter, getParameter, getParentFrame, getUsage, getUsageHTML, isInteractive, performFunction, pluginDescription, pluginUserManualURL, progress, progress, receiveInput, reverseTrace, run, setConfigParameters, setParameter, setParameter, setParameter, setParameters, setParametersToDefault, setThreaded, trace, wasCancelledpublic HaplotypeGraphBuilderPlugin(Frame parentFrame, boolean isInteractive)
public net.maizegenetics.plugindef.DataSet processData(net.maizegenetics.plugindef.DataSet input)
processData in interface net.maizegenetics.plugindef.PluginprocessData in class net.maizegenetics.plugindef.AbstractPluginpublic HaplotypeGraph build()
public String configFile()
public HaplotypeGraphBuilderPlugin configFile(String value)
value - Database Config Filepublic String method()
public HaplotypeGraphBuilderPlugin method(String value)
value - Consensus Methodpublic Boolean onlyAnchors()
public HaplotypeGraphBuilderPlugin onlyAnchors(Boolean value)
value - Only Anchorspublic String anchorFile()
public HaplotypeGraphBuilderPlugin anchorFile(String value)
value - Anchor Filepublic Boolean includeVariantContexts()
public HaplotypeGraphBuilderPlugin includeVariantContexts(Boolean value)
value - Include Variant Contextspublic SortedSet<Integer> hapids()
public HaplotypeGraphBuilderPlugin hapids(SortedSet<Integer> value)
value - Haplotype Idspublic ImageIcon getIcon()
public String getButtonName()
public String getToolTipText()
Copyright © 2018. All rights reserved.