Arguments
formula
Regression model used for analysis. In the first stage
linear regression is run to exclude the main SNP effect. In this stage
adjustment for covariates is performed.
genodata
The genotypes data in GenABEL format or as DatABEL object.
phenodata
The phenotypes data in format of data.frame object.
genodata_info
The file with SNP information (name,
position). Used if genotype data is a DatABEL object.
testname
Name of the variance heterogeneity test to perform. "svlm"
(for imputed genotype data), "Levene", and "Bartlett" test are supported. Note that "svlm" test only additive genetic model and the parameter analysis_type is ignored.
analysis_type
Type of analysis to perform. AAvsABvsBB
-
each henotypic group is testes against other two,
AAvsABandBB
- group AA tested against AB and BB,
ABvsAAandBB
- AB against AA and BB, BBvsAAandAB
- BB
against AA and AB. Only available for typed SNPs. Note that the input parameter analysis_type is ignored if testname="svlm"