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

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

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

                                        Extract value from tag-value formatted attribute in features object...
                                         提取值标签的值属性格式设置功能对象...

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

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

Extract value from tag-value formatted attribute in features object
提取对象特点的标记值格式的属性值


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





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

参数:x
A features object of type feat.  The attribute field should be in tag-value format (as described in the GFF standard; ie, "tag1 val1a val1b; tag2 val2 ; ...", where vals are in quotes if they are strings.
一个对象特点的的类型feat。如果是字符串,应在格式标记值(GFF标准中所描述的,也就是说,的“TAG1 val1a val1b; TAG2 val2的; ......”,瓦尔斯是在引号中的属性字段。


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


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

If there is at most one relevant value for each feature, a character vector of the same length as x will be returned, containing the value for each feature, or NA where the tag does not exist for that feature.  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,每个功能的价值,或NA标签不存在该功能。如果一些元素有多个值,则返回值将是一个具有相同的长度为x,列表的每个元素,即含有的相应元素的x的值(或一个字符矢量


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


Melissa J. Hubisz



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


exampleArchive <- system.file("extdata", "examples.zip", package="rphast")
featFile <- "sol1.gp"
unzip(exampleArchive, featFile)
f <- read.feat(featFile)
geneName <- tagval.feat(f, "transcript_id")
geneName[1:10]
length(unique(geneName)) # number of unique genes[独特的基因数目]
unlink(featFile)
rm(f, geneName)

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


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

使用道具 举报

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

本版积分规则

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

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

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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