public class FastMultithreadedAssociationPlugin extends AbstractPlugin
DEFAULT_CITATION, POSITION_LIST_NONE, TAXA_LIST_NONE
Constructor and Description |
---|
FastMultithreadedAssociationPlugin() |
FastMultithreadedAssociationPlugin(Frame parentFrame,
boolean isInteractive) |
Modifier and Type | Method and Description |
---|---|
GenotypeTable.GENOTYPE_TABLE_COMPONENT |
genotypeTable()
If the genotype table contains more than one type of
genotype data, choose the type to use for the analysis.
|
FastMultithreadedAssociationPlugin |
genotypeTable(GenotypeTable.GENOTYPE_TABLE_COMPONENT value)
Set Genotype Component.
|
String |
getButtonName()
Button name for this plugin to be used in buttons, etc.
|
ImageIcon |
getIcon()
Icon for this plugin to be used in buttons, etc.
|
String |
getToolTipText()
Tool Tip Text for this plugin
|
Double |
maxp()
The maximum p-value that will be output by the analysis.
|
FastMultithreadedAssociationPlugin |
maxp(Double value)
Set MaxPValue.
|
Integer |
maxThreads()
the maximum number of threads to be used by this plugin.
|
FastMultithreadedAssociationPlugin |
maxThreads(Integer value)
Set Max Threads.
|
DataSet |
processData(DataSet input)
For the new Generic Plugin Parameter design, performFunction() will
automatically call this.
|
String |
reportFilename()
The name of the file to which these results will be
saved.
|
FastMultithreadedAssociationPlugin |
reportFilename(String value)
Set Output File.
|
TableReport |
runPlugin(DataSet input)
Convenience method to run plugin with one return object.
|
Boolean |
saveAsFile()
Should the results be saved to a file rather than stored
in memory? It true, the results will be written to
a file as each SNP is analyzed in order to reduce memory
requirementsand the results will NOT be saved to the
data tree.
|
FastMultithreadedAssociationPlugin |
saveAsFile(Boolean value)
Set Write to file.
|
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, wasCancelled
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getPluginInstance, getPluginInstance, isPlugin
public FastMultithreadedAssociationPlugin()
public FastMultithreadedAssociationPlugin(Frame parentFrame, boolean isInteractive)
public DataSet processData(DataSet input)
Plugin
processData
in interface Plugin
processData
in class AbstractPlugin
input
- inputpublic ImageIcon getIcon()
Plugin
public String getButtonName()
Plugin
public String getToolTipText()
Plugin
public TableReport runPlugin(DataSet input)
public Double maxp()
public FastMultithreadedAssociationPlugin maxp(Double value)
value
- MaxPValuepublic GenotypeTable.GENOTYPE_TABLE_COMPONENT genotypeTable()
public FastMultithreadedAssociationPlugin genotypeTable(GenotypeTable.GENOTYPE_TABLE_COMPONENT value)
value
- Genotype Componentpublic Boolean saveAsFile()
public FastMultithreadedAssociationPlugin saveAsFile(Boolean value)
value
- Write to filepublic String reportFilename()
public FastMultithreadedAssociationPlugin reportFilename(String value)
value
- Output Filepublic Integer maxThreads()
public FastMultithreadedAssociationPlugin maxThreads(Integer value)
value
- Max ThreadsCopyright © 2018. All rights reserved.