View source: R/epistasis.scan.R
epistasis.scan | R Documentation |
Scans for epistasis between a specified SNP and all others.
epistasis.scan(data, SNP, trait.name = NULL, pheno = NULL)
data |
a gwaa.data class object as used by |
SNP |
The name or index of one marker/SNP in data |
trait.name |
The name of a phenotype in data |
pheno |
A vector with phenotypes |
The function fits a linear model, including interaction term, between SNP and all other markers in data.
a list with all the models (lm-objects), the p-values of all models and coefficients, and the genomic coordinates of all scanned SNPs.
Simon Forsberg <simon.forsberg@slu.se>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.