pool2(snpStats)
pool2()所属R语言包:snpStats
Pool results of tests from two independent datasets
从两个独立的数据集的测试池
译者:生物统计家园网 机器人LoveR
描述----------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
从两个独立的数据集的测试池的通用功能。它的目的不是直接调用,但称为pool的递归
用法----------Usage----------
pool2(x, y, score)
参数----------Arguments----------
参数:x, y
Objects holding the (extended) test results. These must be of class SingleSnpTests.score or snp.tests.glm
控股(扩展)的测试结果的对象。这些必须是类SingleSnpTests.score或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.
同一类对象作为输入对象(可选不.score)扩展。测试产生的工会在所有输入对象进行测试的单核苷酸多态性。
作者(S)----------Author(s)----------
David Clayton <a href="mailto:david.clayton@cimr.cam.ac.uk">david.clayton@cimr.cam.ac.uk</a>
参见----------See Also----------
pool, SingleSnpTestsScore-class, GlmTests-class, single.snp.tests, snp.lhs.tests, snp.rhs.tests
pool,SingleSnpTestsScore-class,GlmTests-class,single.snp.tests,snp.lhs.tests,snp.rhs.tests
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|