wcq(WCQ)
wcq()所属R语言包:WCQ
WCQ QTL mapping
WCQ QTL定位
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Performs QTL mapping using Chen-Qin two sample mean test.
执行QTL定位陈勤两个样本均值检验。
用法----------Usage----------
wcq(marker_data, trait_data, alleles)
参数----------Arguments----------
参数:marker_data
m x n matrix/array containing marker score data; m is the number of markers, n is the number of samples
m×n矩阵/数组,其中包含标记的得分数据; m是标记的数目,n为样本数
参数:trait_data
t x n matrix/array containing trait value data; t is the number of traits, n is the number of samples
TXN矩阵/数组,包含特征值数据,t为性状的数量,n为样本数
参数:alleles
vector containing the marker scores representing the alleles; currently supports diploids only; third entry assumed to be score for heterozygous marker
矢量标记的分数代表的等位基因,目前支持二倍体只认为是第三个项目得分为杂合子标记
值----------Value----------
参数:pval_matrix
m x t array/matrix containing p-values of each marker as being a potential QTL for a trait
MXT阵列/矩阵含有对每个标记的值是一个潜在的QTL的特征
(作者)----------Author(s)----------
Jan Michael Yap
实例----------Examples----------
data(sample.markers)
data(sample.traits)
alleles <- c(1,2,3)
wcq(sample.markers, sample.traits, alleles)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|