impute.nas.by.surrounding(SIM)
impute.nas.by.surrounding()所属R语言包:SIM
Impute NA's in array-CGH data
意指NA的阵列CGH数据
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Replace an NA by the median of the surrounding features in the same sample.
取代周边功能在同一样品中位数不适用。
用法----------Usage----------
impute.nas.by.surrounding(dataset,
window.size = 5)
参数----------Arguments----------
参数:dataset
data.frame with the dataset to replace the NA's by the medians of the surrounding features.
数据框的数据集,以取代NA的周边功能的中位数。
参数:window.size
numeric value, specifying of how many features around the NA the median should be taken.
数字值,中位数应采取的NA周围的许多功能,如何指定。
Details
详情----------Details----------
This function can be used when the dependent dataset in the integrated.analysis function is array-CGH data and contains probes that have an NA. To avoid loosing data by throwing away the probes with NA's, the impute.nas.by.surrounding function can be used which simply takes the median of the probes around an NA. The number of probes used
可以使用此功能时,在依赖的integrated.analysis功能集是阵列CGH数据和包含有不适用的探针。 NA的探针扔掉,以避免失去数据,impute.nas.by.surrounding功能可以使用,只是周围的钠探针的中位数。使用的探针数量
值----------Value----------
A data.frame is returned, containing the inserted “dataset” all NA replaced with median of the window of size “window.size” around the NA.
一个data.frame返回,包含插入“数据集”所有的NA窗口大小的“window.size”NA周围的中位数取代。
作者(S)----------Author(s)----------
Marten Boetzer, Melle Sieswerda, Renee X. de Menezes <a href="mailto:R.X.Menezes@lumc.nl">R.X.Menezes@lumc.nl</a>
参见----------See Also----------
SIM, assemble.data, integrated.analysis
SIM卡,assemble.data,integrated.analysis
举例----------Examples----------
#no examples yet![还没有例子!]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|