
single.snp.tests
or by snp.lhs.tests
and
snp.rhs.tests
.
pool(..., score = FALSE)
SingleSnpTests.score
or snp.tests.glm
SingleSnpTestsScore
objects.score
) extension. Tests are produced for the union of
SNPs tested in all the input objects.
pool2
which pools the results of two studies.
pool2
,
SingleSnpTestsScore-class
,
GlmTests-class
,
single.snp.tests
,
snp.lhs.tests
,
snp.rhs.tests
# An artificial example which simply doubles the size of a study
data(testdata)
sst <- single.snp.tests(snp.data=Autosomes, cc, data=subject.data,
score=TRUE)
sst2 <- pool(sst, sst)
summary(sst2)
Run the code above in your browser using DataLab