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

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

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

                                        Remove duplicated ISA modules
                                         删除重复的ISA模块

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

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

From a potentially non-unique set of ISA modules remove all modules that are similar to another module that was found earlier.
从潜在的非一套独特的ISA模块,删除所有类似先前发现的另一个模块的模块。


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


ISAUnique(data, isaresult, ...)



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

参数:data
An ExpressionSet or ISAExpressionSet object. If an ExpressionSet object is supplied, then it is normalised by calling ISANormalize on it.
ExpressionSet或ISAExpressionSet对象。如果ExpressionSet对象提供的,那么它被调用ISANormalize标准化。


参数:isaresult
An ISAModules object to be filtered.
ISAModules对象进行过滤。


参数:...
Additional arguments, these are passed to the isa.unique function in the isa2 package. See also details below.
额外的参数,这些都传递给isa.uniqueisa2包的功能。看到详情如下。


Details

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

The ISA algorithm might very well find the same modules from many different input seeds, so the output of the ISAIterate function is usually not unique: many modules are very similar to each other.
在ISA算法很可能来自许多不同的输入种子相同的模块,所以ISAIterate函数的输出通常是不唯一:很多模块是彼此非常相似。

ISAUnique eliminates the duplicates and potentially also the non-convergent modules.
ISAUnique消除重复的和潜在的也非收敛模块。

The work is performed by calling the isa.iterate function in the isa2 package. The following additional arguments can be specified to be passed to this function:
这项工作是通过调用在isa.iterate包isa2功能。以下额外的参数可以指定要传递给此函数:




method Character scalar giving the method to be used to determine if two biclusters are similar. Right now only "cor" is implemented, this keeps both biclusters if their Pearson correlation is less than cor.limit, both for
要使用的方法,以确定是否两个biclusters是类似的方法特征标。眼下只有cor来实现,这使双方biclusters比cor.limit如果他们的Pearson相关,既为




ignore.div Logical scalar, if TRUE, then the divergent
ignore.div逻辑标量,如果TRUE,然后发散




cor.limit Numeric scalar, giving the correlation limit for the
cor.limit数字标,给予相关限制




neg.cor Logical scalar, if TRUE, then the "cor" method considers the absolute value of the
neg.cor标逻辑,如果TRUE,然后cor方法认为的绝对值




drop.zero Logical scalar, whether to drop biclusters that have
drop.zero逻辑标,是否有下降biclusters


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

Another ISAModules object, with unique modules.
另一个ISAModules对象,具有独特的模块。


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


Gabor Csardi <a href="mailto:Gabor.Csardi@unil.ch">Gabor.Csardi@unil.ch</a>



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

analysis of large-scale gene expression data Phys Rev E Stat Nonlin Soft Matter Phys. 2003 Mar;67(3 Pt 1):031902. Epub 2003 Mar 11.

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

The ISA function for an easier ISA workflow.
ISA一个简单的ISA的工作流程功能。


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


library(ALL)
data(ALL)

# Only use a small sample, to make this example finish faster[只使用一个小样本,使这个例子完成得更快]
ALL.normed <- ISANormalize(ALL)[sample(1:nrow(ALL), 1000),]

# Generate seeds and do ISA[生成种子和办赛]
seeds <- generate.seeds(nrow(ALL.normed), count=100)
modules <- ISAIterate(ALL.normed, seeds, thr.feat=3, thr.samp=2)
modules

# Merge the modules[合并模块]
modules2 <- ISAUnique(ALL.normed, modules)
modules2

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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-2-10 08:52 , Processed in 0.029996 second(s), 16 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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