public class EqtlAssociationPlugin
extends AbstractPlugin
public EqtlAssociationPlugin(java.awt.Frame parentFrame,
boolean isInteractive)
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 maxPValue()
The maximum p-value that will be output by the analysis.
public EqtlAssociationPlugin maxPValue(java.lang.Double value)
Set MaxPValue. The maximum p-value that will be output by the analysis.
value - MaxPValuepublic java.lang.Boolean additiveOnlyModel()
Should an additive only model be fit? If true, an additive model will be fit. If false, an additive + dominance model will be fit. Default = false.
public EqtlAssociationPlugin additiveOnlyModel(java.lang.Boolean value)
Set Additive Only Model. Should an additive only model be fit? If true, an additive model will be fit. If false, an additive + dominance model will be fit. Default = false.
value - Additive Only Modelpublic net.maizegenetics.dna.snp.GenotypeTable.GENOTYPE_TABLE_COMPONENT genotypeComponent()
If the genotype table contains more than one type of genotype data, choose the type to use for the analysis.
public EqtlAssociationPlugin genotypeComponent(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 writeToFile()
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 EqtlAssociationPlugin writeToFile(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 outputFile()
The name of the file to which these results will be saved.
public EqtlAssociationPlugin outputFile(java.lang.String value)
Set Output File. The name of the file to which these results will be saved.
value - Output Filepublic java.lang.String getCitation()