checkOutliers(MmPalateMiRNA)
checkOutliers()所属R语言包:MmPalateMiRNA
Check <a href="../../limma/html/RGList%2dclass.html">RGList</a> object for outlying values
检查<a href="../../limma/html/RGList%2dclass.html"> RGList </ a>对象为离群值
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Checks each of the red and green foreground and background channels in an RGList for outlying values.
检查RGList离群值的红色和绿色的前台和后台渠道。
用法----------Usage----------
checkOutliers(obj)
## S4 method for signature 'RGList'
checkOutliers(obj)
参数----------Arguments----------
参数:obj
An RGList object
RGList对象
Details
详情----------Details----------
Detects outliers outside range of mean +/- 2.665 standard deviations. Returns the indexes of outlying observations in each channel (R,Rb and G,Gb).
检测范围以外平均+ /离群 - 2.665标准偏差。返回每个通道的外围观察指标(,铷和G,GB)。
值----------Value----------
Returns a list with the following components
返回一个与以下组件列表
参数:Rout
index of outliers in the red channel (obj$R)
在红色通道离群指数(obj$R)
参数:Rbout
index of outliers in the red background channel (obj$Rb)
在红色背景通道离群指数(obj$Rb)
参数:Gout
index of outliers in the green channel (obj$G)
在绿色通道的离群指数(obj$G)
参数:Gbout
index of outliers in the green background channel (obj$Gb)
在绿色背景通道离群指数(obj$Gb)
方法----------Methods----------
参见----------See Also----------
fixOutliers, checkMVs, fixMVs
fixOutliers,checkMVs,fixMVs
举例----------Examples----------
data(PalateData)
outliers <- checkOutliers(PalateData)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|