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

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

[复制链接]
发表于 2012-2-25 23:55:17 | 显示全部楼层 |阅读模式
fom(maanova)
fom()所属R语言包:maanova

                                        Figure of Merit
                                         图优异

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

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

K-means clustering needs a given number of groups, which is difficult to guess in most of the cases. This function calculates the Figure of Merit values for different number of groups and generates the FOM plot (FOM value versus number of groups). Lower FOM value means better grouping. User can decide the number of groups in kmeans cluster based on that result.
K-means聚类需要一组给定数量,在大多数情况下这是难以猜测。此函数计算组不同数量的奖金值图和生成的FOM图(的FOM值与组数)。较低的FOM值意味着更好的分组。用户可以决定在KMEANS聚类的组数,根据这一结果。


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


fom(anovaobj, idx.gene, term, ngroups)



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

参数:anovaobj
An object of class maanova.
对象类maanova。


参数:idx.gene
The index of genes to be clustered.
聚类的基因指数。


参数:term
The factor (in formula) used in clustering. The expression level for this term will be used in clustering. This term has to  correspond to the gene list, e.g, idx.gene in this function. The gene list should be the significant hits in testing this term.
聚类因子(公式)。对这个词的表达水平,将用于聚类。这个词有对应的基因列表,例如,在此功能idx.gene。基因名单应该在测试这个术语的重大命中。


参数:ngroups
The number of groups for K-means cluster. This could be a vector or an integer.
的K-means聚类的群体数量。这可能是一个向量或一个整数。


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

A vector of FOM values for the given number of groups
一组给定数量的FOM值向量


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


Hao Wu



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

for gene expression data. Bioinformatics, 17:309-318.

参见----------See Also----------

macluster, consensus, kmeans
macluster,consensus,kmeans


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


# load in data[数据加载]
data(abf1)
# fit the anova model[符合方差分析模型]
## Not run: [#无法运行:]
fit.fix = fitmaanova(abf1,formula = ~Strain)
# test Strain effect [测试应变效应]
test.fix = matest(abf1, fit.fix, term="Strain",n.perm= 1000)
# pick significant genes - pick the genes selected by Fs test[挑显着的基因 - 接由呋喃试验选定的基因]
idx <- volcano(test.fix)$idx.Fs
# generate FOM[生成的FOM]
m <- fom(fit.fix, idx, "Strain", 10)
## End(Not run)[#结束(不运行)]

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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-2-4 14:42 , Processed in 0.023652 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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