public interface FixedEffectLM
Modifier and Type | Method and Description |
---|---|
TableReport |
alleleReport() |
void |
alleleReportFilepath(String savefile) |
void |
appendAddDom(boolean append) |
void |
biallelicOnly(boolean biallelic) |
List<Datum> |
datumList() |
void |
initializeReportBuilders()
Initializes builders for the site and allele reports.
|
void |
maxP(double maxP) |
void |
minimumClassSize(int minsize) |
void |
permutationTest(boolean permute,
int nperm) |
void |
saveSiteStats(boolean siteStats) |
TableReport |
siteReport() |
void |
siteReportFilepath(String savefile) |
void |
siteStatsFile(String filename) |
void |
solve()
Solves the linear model
|
void initializeReportBuilders()
void solve()
TableReport siteReport()
TableReport alleleReport()
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(String savefile)
savefile
- results will be saved to this file instead of memoryvoid alleleReportFilepath(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(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.Copyright © 2018. All rights reserved.