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

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

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

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

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

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

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


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


## Default S3 method:[默认方法]
lpe.paired(x, design, data.type, q=0.01, probe.ID = NULL, estimator="median", w=0.5, w.estimator="fixed", iseed=1234, ...)  



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

参数:x
data matrix
数据矩阵


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


参数:q
quantile for intervals of intensities
位数为间隔的强度


参数:probe.ID
probe set IDs; if NULL, row numbers are assigned.
探针集ID为NULL,如果行数分配。


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


参数:estimator
specification for the estimator: 'median', 'mean' and 'huber'  
规范的估计:“中位数”,意思是和HUBER


参数:w
weight paramter between individual variance estimate and pooling variance estimate, 0<= w <=1
个人之间的方差估计和池方差估计,0 <= W <= 1的重量放慢参数


参数:w.estimator
two approaches to estimate the weight: 'random' or 'fixed'  
两种方法估算的重量:“随机”或“固定”


参数:iseed
seed number
种子数


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


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


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


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


参数:q
quantile for intervals of intensities
位数为间隔的强度


参数:estimator
specification for the estimator: 'median', 'mean' and 'huber'
规范的估计:“中位数”,意思是和HUBER


参数:w.estimator
two approaches to estimate the weight: 'random' or 'fixed'
两种方法估算的重量:“随机”或“固定”


参数:w
weight paramter between individual variance estimate and pooling variance estimate, 0<= w <=1
个人之间的方差估计和池方差估计,0 <= W <= 1的重量放慢参数


参数:test.out
matrix for test results
矩阵测试结果


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



HyungJun Cho and Jae K. Lee




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



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

lpe.paired
lpe.paired


举例----------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,]
summary(out)

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


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

使用道具 举报

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

本版积分规则

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

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

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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