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

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

[复制链接]
发表于 2012-9-28 00:06:44 | 显示全部楼层 |阅读模式
tagval(rphast)
tagval()所属R语言包:rphast

                                        Extract value from tag-value formatted attributes...
                                         提取标签值的格式属性的值...

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

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

Extract value from tag-value formatted attributes
提取标签值的格式属性的值


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





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

参数:x
A vector of character strings in tag-val format (as described in the GFF standard; ie, "tag1 val1a val1b; tag2 val2 ; ...", where vals are in quotes if they are strings.
的矢量-VAL标签格式(GFF标准中所描述的,也就是说,的“TAG1 val1a val1b; TAG2 val2的; ......”,其中瓦尔斯是在引号中的字符串,如果是字符串。


参数:tag
The tag whose values are to be extracted.
的标记,其值是要被提取。


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

If there is at most one value per tag for each element of x, a character vector of the same length as x will be returned, containing the value for each element, or NA if the tag does not exist for that element.  If some elements have multiple values, then the return value will be a list with the same length as x, each element being a character vector containing the values for the corresponding element of x (or
如果有至多一个值的每个标记的x,一个字符的矢量具有相同的长度为x,将返回的每个元素,包含的每个元素的值,或NA如果标签不存在该元素。如果一些元素有多个值,则返回值将是一个具有相同的长度为x,列表的每个元素,即含有的相应元素的x的值(或一个字符矢量


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


Melissa J. Hubisz



实例----------Examples----------


require("rphast")
tags <- c("tag1 \"val 1a\"; tag2 \"val 2a\" \"val2a.1\" 123; tag3 \"val3a\"",
          "tag1 \"val 1b\"; tag2 \"val 2b\"; tag4 \"val4b\"",
          "tag3 \"val3a\" 1; tag4 2;")
tagval(tags, "tag1")
tagval(tags, "tag2")
tagval(tags, "tag3")
tagval(tags, "tag4")
tagval(tags, "notag")
rm(tags)

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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-26 07:24 , Processed in 0.025620 second(s), 16 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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