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

R语言 aCGH包 impute.lowess()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-2-25 11:00:25 | 显示全部楼层 |阅读模式
impute.lowess(aCGH)
impute.lowess()所属R语言包:aCGH

                                        Imputing log2 ratios
                                         她指的log2比率

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

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

Imputing log2 ratios
她指的log2比率


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


impute.lowess(aCGH.obj, chrominfo = human.chrom.info.Jul03, maxChrom =
23, smooth = 0.1)



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

参数:aCGH.obj
Object of class aCGH.
对象类aCGH。


参数:chrominfo
a chromosomal information associated with the mapping of the data
染色体相关的信息与数据的映射


参数:maxChrom
Highest chromosome to impute.
最高染色体推诿。


参数:smooth
smoothing parameter for the lowess procedure
LOWESS过程平滑参数


Details

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

There are two main reasons to impute data. One is that given that imputation is reasonable, one can increase the analytical power and improve results. Another, more practical, is that at the moment many widely used fuctions in R do not support missing values. While procedures such as kNN imputations is widely used for gene expression data, it is more powerful to take advantage of the genomic structure of the array CGH data and use a smoother. Note that we perform only one pass os smoothing. If there still remain missing values, they are imputed by the median on the chromosome or chromosomal arm where applicable,
归罪于数据主要有两个原因。之一是,鉴于估算是合理的,可以提高分析能力和提高的结果。另外,更实用,是目前许多广泛使用在R fuctions不支持缺失值。虽然kNN的估算等程序被广泛用于基因表达数据,它是更强大的基因组结构的阵列CGH数据的优势和使用更顺畅。请注意,我们执行的是只有一通OS平滑。如果仍然存在缺失值,他们归咎于染色体或染色体臂如适用的中位数,


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

Computes and returns the imputed log2 ratio matrix of the aCGH object.
计算并返回的log2的aCGH对象比矩阵的估算。


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

aCGH, impute.HMM.
aCGH,impute.HMM。


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



datadir <- system.file(package = "aCGH")
datadir <- paste(datadir, "/examples", sep="")

clones.info <-
      read.table(file = file.path(datadir, "clones.info.ex.txt"),
                 header = TRUE, sep = "\t", quote="", comment.char="")
log2.ratios <-
      read.table(file = file.path(datadir, "log2.ratios.ex.txt"),
                 header = TRUE, sep = "\t", quote="", comment.char="")
ex.acgh <- create.aCGH(log2.ratios, clones.info)

## Imputing the log2 ratios [#归咎于的log2比率]

log2.ratios.imputed(ex.acgh) <- impute.lowess(ex.acgh)


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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-1-22 21:07 , Processed in 0.020135 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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