clusterNormVar(puma)
clusterNormVar()所属R语言包:puma
Adjusting expression variance for zero-centered normalisation
调整为中心的零标准化的表达差异
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function adjusts the variance of the gene expression according to the zero-centered normalisation.
此功能调节基因表达的变异根据零为本标准化。
用法----------Usage----------
clusterNormVar(x)
参数----------Arguments----------
参数:x
a vector which contains the variance of gene expression level on log2 scale.
一个向量,其中包含的log2规模的基因表达水平的差异。
Details
详情----------Details----------
Vector x is related to a gene and each element is related to a chip.
向量X有关的基因,每个元素是关系到一个芯片上。
值----------Value----------
The return vector is in the same format as the input x.
返回向量作为输入x相同的格式。
作者(S)----------Author(s)----------
Xuejun Liu, Magnus Rattray
参见----------See Also----------
See Also as pumaClust and pumaClustii
另见pumaClust和pumaClustii
举例----------Examples----------
data(Clust.exampleE)
data(Clust.exampleStd)
Clust.exampleVar<-Clust.exampleStd^2
Clust.exampleStd.centered<-t(apply(cbind(Clust.exampleE,Clust.exampleVar), 1, clusterNormVar))
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|