colQuantileC(WGCNA)
colQuantileC()所属R语言包:WGCNA
Fast colunm-wise quantile of a matrix.
的快速colunm明智位数的一个矩阵。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Fast calculation of column-wise quantiles of a matrix at a single probability. Implemented via compiled code, it is much faster than the equivalent apply(data, 2, quantile, prob = p).
快速计算一个矩阵列明智的位数,在一个单一的概率。通过编译的代码实现,它是速度远远超过相当于apply(data, 2, quantile, prob = p)。
用法----------Usage----------
colQuantileC(data, p)
参数----------Arguments----------
参数:data
a numerical matrix column-wise quantiles are desired. Missing values are corrently not allowed.
一个数值矩阵列明智的位数,是理想的。遗漏值corrently不允许的。
参数:p
a single probability at which the quantile is to be calculated.
一个单一的概率要被计算的分位数。
值----------Value----------
A vector of length equal the number of columns in data containing the column-wise quantiles.
甲向量,长度等于data包含列方向的分位数中的列数。
(作者)----------Author(s)----------
Peter Langfelder
参见----------See Also----------
quantile
quantile
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|