找回密码
 注册
查看: 626|回复: 0

R语言 PLPE包 lpe.paired()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-2-26 11:14:49 | 显示全部楼层 |阅读模式
lpe.paired(PLPE)
lpe.paired()所属R语言包:PLPE

                                        Local Pooled Error Test for Paired Data
                                         当地汇集成对数据的误差试验

                                         译者:生物统计家园网 机器人LoveR

描述----------Description----------

This invetigates differential expression for paired high-throughput data.
这invetigates配对的高通量数据的差异表达。


用法----------Usage----------


lpe.paired(x,...)



参数----------Arguments----------

参数:x
an object for which the extraction of model lpe.paired is meaningful.
模型提取lpe.paired对象是有意义的。


参数:...
other arguments
其他参数


值----------Value----------


参数:x
design matrix; condition index in the first column and pair index in the sceond column
设计矩阵;条件指数在第一列和一双在sceond列指数


参数:...
data type: 'ms' for mass spectrometry data, 'cdna' for cDNA microarray data  
cDNA微阵列数据的数据类型:MS质谱数据,“基因”


作者(S)----------Author(s)----------



HyungJun Cho and Jae K. Lee




参考文献----------References----------



参见----------See Also----------

lpe.paired.default
lpe.paired.default


举例----------Examples----------



#LC-MS/MS proteomic data for platelets MPs[血小板MPS的LC-MS/MS蛋白质组数据]
library(PLPE)
data(plateletSet)
x <- exprs(plateletSet)
x <- log2(x)

cond <- c(1, 2, 1, 2, 1, 2)
pair <- c(1, 1, 2, 2, 3, 3)
design <- cbind(cond, pair)

out <- lpe.paired(x, design, q=0.1, data.type="ms")
out$test.out[1:10,]


转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。


注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

手机版|小黑屋|生物统计家园 网站价格

GMT+8, 2025-2-1 11:48 , Processed in 0.028157 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表