cmat(daMA)
cmat()所属R语言包:daMA
Contrast matrix describing the experimental questions
对比矩阵描述实验问题
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This matrix of numerical constants describes the experimental question, p say. Each experimental question is described by a single contrast vector (a single row in cmat) or by a contrast matrix (several rows in cmat). The ordering of the columns corresponds to that of the associated design matrix X. Thus, typically the first two elements in a row of cmat are reserved for for the two dyes. E.g. to compare the two dyes, we set (-1, 1, 0, ..., 0).
这个数字常量的矩阵描述了实验的问题,p说。每个实验的问题是由一个单一的反差对比矩阵(CMAT几行)向量(CMAT中的单列)或描述。列的顺序对应,因此,通常是首两在CMAT行的元素为两种染料保留相关的设计矩阵X。例如比较两种染料,我们设置(-1,1,0,...,0)。
用法----------Usage----------
data(cmat)
参考文献----------References----------
two colour factorial microarray experiments", submitted.
举例----------Examples----------
data(cmat)
## maybe str(cmat) ; plot(cmat) ...[#也许STR(CMAT);图(CMAT)...]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|