找回密码
 注册
查看: 1616|回复: 0

R语言 attract包 calcInform()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-2-25 12:25:50 | 显示全部楼层 |阅读模式
calcInform(attract)
calcInform()所属R语言包:attract

                                         Function calculates the informativeness metric (average MSS) for a set of cluster assignments.
                                         函数计算一组聚类分配的信息量度量(平均MSS)。

                                         译者:生物统计家园网 机器人LoveR

描述----------Description----------

Function calculates the informativeness metric (average MSS) for a set of cluster assignments.
函数计算一组聚类分配的信息量度量(平均MSS)。


用法----------Usage----------


calcInform(exprs.dat, cl, class.vector)



参数----------Arguments----------

参数:exprs.dat
a matrix of gene expression values.  
matrix基因的表达值。


参数:cl
a vector of cluster assignments.  
vector聚类的任务。


参数:class.vector
a vector specifying the group membership of the samples.  
vector指定样品的组成员。


Details

详情----------Details----------

This function is also called internally by findSynexprs.
此功能也称为内部findSynexprs。


值----------Value----------

A numeric value representing the average MSS value (informativeness metric) for a set of cluster assignments.  For an informative cluster, the RSS values should be very small relative to those produced by the informativeness metric (the MSS values).
MSS值平均为一组聚类分配(信息量公制)的数值。对于一个信息聚类,RSS值应该是很小的相对的信息量度量(MSS值)。


作者(S)----------Author(s)----------



Jessica Mar




参考文献----------References----------



举例----------Examples----------


## Not run: [#无法运行:]
library(cluster)
data(subset.loring.eset)
clustObj <- agnes(as.dist(1-t(cor(exprs(subset.loring.eset)))))
cinform.vals <- NULL
for( i in 1:10 ){
        cinform.vals <- c(cinform.vals, calcInform(exprs(subset.loring.eset), cutree(clustObj,i), pData(subset.loring.eset)$celltype))
}
k &lt;- (1:10)[cinform.vals==max(cinform.vals)]                        # gives the optimal number of clusters [给出了最优簇数目]

## End(Not run)[#结束(不运行)]

转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。


注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

手机版|小黑屋|生物统计家园 网站价格

GMT+8, 2025-1-24 05:12 , Processed in 0.028411 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表