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

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

[复制链接]
发表于 2012-2-25 11:48:43 | 显示全部楼层 |阅读模式
dropECode(annotate)
dropECode()所属R语言包:annotate

                                        Drop GO labels for specified Evidence Codes
                                         拖放去指定的证据代码标签

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

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

Genes are mapped to GO terms on the basis of evidence codes. In some analyses it will be appropriate to drop certain sets of annotations based on specific evidence codes.
基因映射去证据码的基础上的条款。在一些分析,这将是适当下降若干套根据具体证据码的注释。


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


dropECode(inlist, code="IEA")



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

参数:inlist
A list of GO data  
GO数据列表


参数:code
The set of codes that should be dropped.  
应该被丢弃的一组代码。


Details

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

A simple use of lapply and sapply to find and eliminate those terms that have the specified evidence codes.
一个简单的使用lapply和sapply发现和消除这些条款有指定的证据代码。

This might be used when one is using to GO to validate a sequence matching experiment (for example), then all terms whose mapping was based on sequence similarity (say ISS and IEA) should be removed.
这可能被用来当一个人去验证序列匹配试验(例如),然后其映射关系是基于序列相似性(比如国际空间站和IEA)应拆除所有条款。


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

A list of the same length as the input list retaining only those annotations whose evidence codes were not the ones in the exclusion set code.
一个相同的长度作为输入列表中保留这些注释的证据代码没有设置code排除的名单。


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


R. Gentleman



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

getEvidence, getOntology
getEvidence,getOntology


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


library("hgu95av2.db")
bb <- hgu95av2GO[["39613_at"]]
getEvidence(bb[1:3])
cc <- dropECode(bb[1:3])
if (length(cc))
   getEvidence(cc)

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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-1-23 11:52 , Processed in 0.023070 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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