quan.norm(LPE)
quan.norm()所属R语言包:LPE
Finding quartile range
寻找四分范围
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Finds quartile range of the data (default is IQR = 75th percentile - 25th percentile).
发现四分范围内的数据(默认是四分= 75百分位 - 第25个百分)。
用法----------Usage----------
quan.norm(x, percent=50)
参数----------Arguments----------
参数:x
x is a vector for which quartile range has to be found.
x是一个向量,其中四分范围内被发现。
参数:percent
Percentage for which quartile range is needed
四分范围需要的百分比
值----------Value----------
Returns a numeric value representing the difference of 75th percentile and 25th percentile of the vector. It is used for normalization across the chips - basic assumption is that net differential expression of the middle half of the genes in microarray experiment is zero, which is conservative assumption as typically only 5-10 differential expression.
返回一个数字值,表示向量的第75百分位和第25百分位的差异。它可用于整个芯片标准化 - 基本假设是,净差异表达的基因芯片实验中一半是零,这是保守的假设通常只有5-10的差异表达。
作者(S)----------Author(s)----------
Nitin Jain<a href="mailto:nitin.jain@pfizer.com">nitin.jain@pfizer.com</a>
参考文献----------References----------
differentially expressed genes with a small number of replicated microarrays, Bioinformatics, 1945-1951.
参见----------See Also----------
lpe
lpe
举例----------Examples----------
library(LPE)
# Loading the LPE library[载入液相库的]
quan.norm(1:5)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|