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

R语言 DNAcopy包 smooth.CNA()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-2-25 16:42:50 | 显示全部楼层 |阅读模式
smooth.CNA(DNAcopy)
smooth.CNA()所属R语言包:DNAcopy

                                        Smooth a ‘Copy Number Array’ data object
                                         平滑“拷贝数阵列数据对象

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

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

Detect outliers and smooth the data prior to analysis by programs such as circular binary segmentation (CBS).
检测离群点和顺利的数据分析之前,如循环二元分割(CBS)的节目。


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


  smooth.CNA(x, smooth.region=10, outlier.SD.scale=4, smooth.SD.scale=2,
                trim=0.025)



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

参数:x
Copy number array data object
拷贝数的数组数据对象


参数:smooth.region
number of points to consider on the left and the right of a point to detect it as an outlier. (default=10)
数点考虑左侧和检测离群点的权利。 (默认值= 10)


参数:outlier.SD.scale
the number of SDs away from the nearest point in the smoothing region to call a point an outlier.
SDS的数量在平滑区域调用一个点离群的最近点距离。


参数:smooth.SD.scale
the number of SDs from the median in the smoothing region where a smoothed point is positioned.
SDS的平滑点定位在平滑区域的中位数。


参数:trim
proportion of data to be trimmed for variance calculation for smoothing outliers and undoing splits based on SD.
方差计算数据的比例进行修整平滑离群撤消分裂的SD。


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

An object of class CNA with outliers smoothed
CNA类的对象离群平滑


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



data(coriell)

#Combine into one CNA object to prepare for analysis on Chromosomes 1-23[结合成一个中央社的对象,准备进行分析,染色体1-23]

CNA.object <- CNA(cbind(coriell$Coriell.05296,coriell$Coriell.13330),
                  coriell$Chromosome,coriell$Position,
                  data.type="logratio",sampleid=c("c05296","c13330"))

#We generally recommend smoothing single point outliers before analysis[我们一般建议在分析单点离群平滑]
#Make sure to check that the smoothing is proper[确保检查是正确的平滑]

smoothed.CNA.object <- smooth.CNA(CNA.object)


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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-2-11 21:49 , Processed in 0.027465 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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