quantsmooth(quantsmooth)
quantsmooth()所属R语言包:quantsmooth
quantsmooth
quantsmooth
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Quantile smoothing of array data
阵列数据的位数平滑
用法----------Usage----------
quantsmooth(intensities,smooth.lambda=2, tau=0.5, ridge.kappa=0,smooth.na=TRUE,segment)
参数----------Arguments----------
参数:intensities
numeric vector
数字向量
参数:smooth.lambda
numeric
数字
参数:tau
numeric [0..1], the quantile desired; see rq.fit
数字[0 .. 1],位数想要的;看到rq.fit
参数:ridge.kappa
fudge parameter; see details
捏造参数;查看详细信息
参数:smooth.na
logical; handling of NA
钠的处理逻辑;
参数:segment
integer, length of overlapping segments
整数,重叠段的长度
值----------Value----------
This function returns a vector of the same length as intensities, or a matrix if the length of tau is greater than 1.
这个函数返回一个intensities如果tau长度大于1,或矩阵的长度相同的向量。
作者(S)----------Author(s)----------
Jan Oosting
举例----------Examples----------
data(chr14)
plot(quantsmooth(bac.cn[,1],smooth.lambda=2.8),type="l")
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|