public class FastMultithreadedAssociationPlugin
extends AbstractPlugin
public FastMultithreadedAssociationPlugin()
public FastMultithreadedAssociationPlugin(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.
public java.lang.Double maxp()
The maximum p-value that will be output by the analysis.
public FastMultithreadedAssociationPlugin maxp(java.lang.Double value)
Set MaxPValue. The maximum p-value that will be output by the analysis.
value - MaxPValuepublic net.maizegenetics.dna.snp.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.
public FastMultithreadedAssociationPlugin genotypeTable(net.maizegenetics.dna.snp.GenotypeTable.GENOTYPE_TABLE_COMPONENT value)
Set Genotype Component. If the genotype table contains more than one type of genotype data, choose the type to use for the analysis.
value - Genotype Componentpublic java.lang.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. Default = false.
public FastMultithreadedAssociationPlugin saveAsFile(java.lang.Boolean value)
Set Write to file. 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. Default = false.
value - Write to filepublic java.lang.String reportFilename()
The name of the file to which these results will be saved.
public FastMultithreadedAssociationPlugin reportFilename(java.lang.String value)
Set Output File. The name of the file to which these results will be saved.
value - Output Filepublic java.lang.Integer maxThreads()
the maximum number of threads to be used by this plugin.
public FastMultithreadedAssociationPlugin maxThreads(java.lang.Integer value)
Set Max Threads. the maximum number of threads to be used by this plugin.
value - Max Threads