Description Usage Arguments Details Value Author(s) References See Also Examples
Runs haplo.score.slide
from the package
haplo.stats
on all pairs of markers in a region
and presents output as scan.gwaa.2D-class
object
1 2 |
formula |
Formula to be used in analysis. It should be a character string following standard notation. On the left-had side, there should be outcome. On the right-hand side, covariates are liste, with "+" separating the covariates (additive action). The left- and right-hand sides are separated by "~". You should put CRSNP argument in the formula. For example "qt3~CRSNP" would analyse asociation between SNPs and trait "qt3", without any adjustment. To adjust for age and sex, use "qt3~age+sex+CRSNP". Currently, only additive effects ("+") are allowed. |
data |
object of calss |
snpsubset |
Index, character or logical vector with subset of SNPs to run analysis on.
If missing, all SNPs from |
idsubset |
Index, character or logical vector with subset of IDs to run analysis on.
If missing, all people from |
bcast |
show progress every |
simulate |
if simulated P-values should be generated |
trait.type |
Character string defining type of trait,
with values of "gaussian", "binomial", "poisson", "ordinal" (see help for
|
... |
other arguments to be passed to |
List element P2df is set equal to P1df, as only allelic results are returned. This has nothing to do with actual degrees of freedom of the test.
Object of class scan.gwaa.2D-class
Yurii Aulchenko
For haplo.stats (scan.haplo, scan.haplo.2D), please cite:
Schaid DJ, Rowland CM, Tines DE, Jacobson RM, Poland GA. (2002) Score tests for association between traits and haplotypes when linkage phase is ambiguous. Am J Hum Genet, 70: 425-434.
scan.gwaa.2D-class
,
scan.haplo
,
scan.glm.2D
,
haplo.score.slide
1 2 3 4 5 6 7 8 9 10 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.