rangeColMeans(genoset)
rangeColMeans()所属R语言包:genoset
Calculate column means for multiple ranges...
计算列多个范围的手段......
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Calculate column means for multiple ranges
列方式计算多个范围
用法----------Usage----------
参数----------Arguments----------
参数:bounds
A two column integer matrix of row indices
两列行指数的整数矩阵
参数:x
A numeric matrix with rows corresponding to indices in bounds.
界限指标与行相应的数字矩阵。
Details
详情----------Details----------
Essentially colMeans with a loop, all in a .Call. Designed to take a 2-column matrix of row indices, bounds, for a matrix, x, and calculate mean for each range in each column (or along a single vector). bounds
从本质上讲colMeans一个循环,在呼叫所有。设计矩阵,X一排指数2列矩阵,边界,并计算平均每列,每个范围(或沿一个向量)。边界
值----------Value----------
A numeric matrix or vector, matching the form of x. One row for each row in bounds, one col for each col of x and appropriate dimnames.
一个数字矩阵或向量,x的形式匹配。一行在每一行的界限,为每个山坳的X和适当dimnames的山坳。
作者(S)----------Author(s)----------
Peter M. Haverty <a href="mailto:phaverty@gene.com">phaverty@gene.com</a>
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|