public FixedEffectLM
void initializeReportBuilders()
Initializes builders for the site and allele reports. The report names and column headers for a specific analysis are created in this method.
void solve()
Solves the linear model
TableReport siteReport()
TableReport alleleReport()
java.util.List<net.maizegenetics.plugindef.Datum> datumList()
void permutationTest(boolean permute,
int nperm)
permute - if true, conduct an experiment-wise permutation testnperm - the number of permutations to be runvoid maxP(double maxP)
maxP - test results with p > maxP will not be reported.void siteReportFilepath(java.lang.String savefile)
savefile - results will be saved to this file instead of memoryvoid alleleReportFilepath(java.lang.String savefile)
savefile - results will be saved to this file instead of memoryvoid biallelicOnly(boolean biallelic)
biallelic - If true, only biallelic sites will be included in the analysisvoid minimumClassSize(int minsize)
minsize - If a genotype class has fewer than minsize observations, it will not be tested.void saveSiteStats(boolean siteStats)
siteStats - If true, site statistics will be output as a file.void siteStatsFile(java.lang.String filename)
filename - The filename to which the site statistics will be writtenvoid appendAddDom(boolean append)
append - If true, additive and dominance effects will be add to the stats report for bi-allelic loci.