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

R语言 MmPalateMiRNA包 fixMVs()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-2-26 01:06:34 | 显示全部楼层 |阅读模式
fixMVs(MmPalateMiRNA)
fixMVs()所属R语言包:MmPalateMiRNA

                                         'Fix' an RGList object with missing values.  
                                         修复遗漏值RGList对象。

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

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

Imputes missing values in one of the red foreground, red background, green foreground, or green background matrices of an RGList object created from Miltenyi Biotech miRXplore Microarrays. Uses the replicate structure of the array to impute the missing values. Implicit assumption is that only one of the four replicated values for a probe is an missing value.
责难缺失值的红色前景,红色背景,绿色的前景,或绿色背景矩阵RGList从美天旎生物技术miRXplore微阵列创建的对象之一。使用阵列的复制结构,意指缺少的值。隐含的假设是,只有一个复制的四个探针的值是缺失值。


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


fixMVs(mat, idx, gene.ids)



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

参数:mat
One of the red foreground (R), red background (Rb), green foreground (G), or green background (Gb) matrices in an RGList object, which contains missing values.
一个红色的前景(R),红色背景(Rb),绿色前景(G),或绿色背景(Gb)在RGList矩阵的对象,其中包含缺失值。


参数:idx
Index of missing values, as returned by the checkMVs function.  See examples for usage.
遗漏值指数,由checkMVs函数返回。使用范例。


参数:gene.ids
Vector of gene IDs for each probe. See examples for usage.
每个探针基因标识的向量。使用范例。


Details

详情----------Details----------

The function is specific to RGList objects which were created from  Miltenyi Biotech miRXplore Microarrays, since it depends on the replicated structure of that array (probes spotted in quadruplicate) to impute the missing probe values.  
函数其中从美天旎生物技术微阵列miRXplore创建RGList对象是具体的,因为它取决于阵列(探针发现在一式四份)意指缺少的探测值的复制结构。


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

Returns a matrix with the missing probe values imputed.
返回归咎于缺少的探测值矩阵。


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

checkMVs, checkOutliers, fixOutliers
checkMVs,checkOutliers,fixOutliers


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


data(PalateData)
mvs <- checkMVs(PalateData)
PalateData$Rb <- fixMVs(PalateData$Rb, mvs$Rb.na, PalateData$genes$Gene)

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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-2-3 06:58 , Processed in 0.035448 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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