pool2 {snpMatrix}R Documentation

Pool results of tests from two independent datasets

Description

Generic function to pool results of tests from two independent datasets. It is not designed to be called directly, but is called recursively by pool

Usage

pool2(x, y, score)

Arguments

x, y Objects holding the (extended) test results. These must be of class snp.tests.single.score or snp.tests.glm
score Is extended score information to be returned in the output object?

Value

An object of same class as the input objects (optionally without the .score) extension. Tests are produced for the union of SNPs tested in all the input objects.

Author(s)

David Clayton david.clayton@cimr.cam.ac.uk

See Also

pool, snp.tests.single.score-class, snp.tests.glm-class, single.snp.tests, snp.lhs.tests, snp.rhs.tests


[Package snpMatrix version 1.6.1 Index]