public class PathsToVCFPlugin
extends net.maizegenetics.plugindef.AbstractPlugin
| Constructor and Description |
|---|
PathsToVCFPlugin(Frame parentFrame,
boolean isInteractive) |
| Modifier and Type | Method and Description |
|---|---|
String |
getButtonName() |
ImageIcon |
getIcon() |
String |
getToolTipText() |
Boolean |
outputAllSNPs()
Whether to output all SNPs known by haplotype graph.
|
PathsToVCFPlugin |
outputAllSNPs(Boolean value)
Set Output All SNPs.
|
String |
outputFile()
Output file name
|
PathsToVCFPlugin |
outputFile(String value)
Set Output File.
|
net.maizegenetics.plugindef.DataSet |
processData(net.maizegenetics.plugindef.DataSet input) |
String |
refRangeForSNPFile()
Reference Range file used to further subset the paths for only specified regions of the genome.
|
PathsToVCFPlugin |
refRangeForSNPFile(String value)
Set Ref Range File V C F.
|
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 PathsToVCFPlugin(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 String outputFile()
public PathsToVCFPlugin outputFile(String value)
value - Output Filepublic String refRangeForSNPFile()
public PathsToVCFPlugin refRangeForSNPFile(String value)
value - Ref Range File VCFpublic Boolean outputAllSNPs()
public PathsToVCFPlugin outputAllSNPs(Boolean value)
value - Output All SNPspublic ImageIcon getIcon()
public String getButtonName()
public String getToolTipText()
Copyright © 2018. All rights reserved.