Multivariate SNP tests
This function calculates multivariate score tests between a multivariate (or multinomial) phenotype and sets of SNPs
mvtests(phenotype, sets, stratum, data = sys.parent(), snp.data, rules = NULL, complete = TRUE, uncertain = FALSE, score = FALSE)
phenotype |
Either a factor (for a multinomial phenotype) or a matrix (for a multivariate phenotype) |
sets |
A list of sets of SNPs to be tested against the phenotype |
stratum |
(Optional) a stratifying variable |
data |
A data frame in which |
snp.data |
An object of class |
rules |
(Optional) A set of imputation rules. The function then carries out tess on imputed SNPs |
complete |
If |
uncertain |
If |
score |
If |
Currently complete=FALSE
is not implemented
An object of class snp.tests.glm
or GlmTests.score
depending on whether score
is set to FALSE
or TRUE
in the call
This is an experimental version
David Clayton dc208@cam.ac.uk
## No example yet
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.