lnormeS(LMGene)
lnormeS()所属R语言包:LMGene
Function to apply lowess normalization to an expression set.
申请LOWESS标准化表达式设置功能。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Like lnorm, but applies to and returns an ExpressionSet or AffyBatch object instead of a matrix.
像lnorm,但适用于返回一个ExpressionSet或AffyBatch,而不是一个matrix反对。
用法----------Usage----------
lnormeS(eS, span=0.1)
参数----------Arguments----------
参数:eS
An ExpressionSet or AffyBatch object
ExpressionSet或AffyBatch对象
参数:span
Smoothing parameter for lowess. Larger values correspond to more smoothness.
为LOWESS平滑参数。值越大,对应于更平滑。
值----------Value----------
Returns an ExpressionSet with exprs(eS) normalized by lnorm.
返回ExpressionSet用exprs(eS)lnorm标准化。
作者(S)----------Author(s)----------
John Tillinghast, Blythe Durbin-Johnson
参考文献----------References----------
<h3>See Also</h3>
举例----------Examples----------
library(LMGene)
library(Biobase)
data(sample.eS)
# glog transform expression set[glog变换表达集]
trsample.eS <- transeS (sample.eS, 667, 65)
# normalize expression set[规范表达组]
normtrsample.eS <- lnormeS (trsample.eS)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|