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

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

[复制链接]
发表于 2012-2-25 13:45:04 | 显示全部楼层 |阅读模式
gregexpr2(Biostrings)
gregexpr2()所属R语言包:Biostrings

                                        A replacement for R standard gregexpr function
                                         R标准gregexpr功能的替代品

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

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

This is a replacement for the standard gregexpr function that does exact matching only. Standard gregexpr() misses matches when they are overlapping. The gregexpr2 function finds all matches but it only works in "fixed" mode i.e. for exact matching (regular expressions are not supported).
这是一个精确匹配的的标准gregexpr功能的更换。标准gregexpr()射门比赛时,他们是重叠的。 gregexpr2功能发现所有的比赛,但它只能在“固定”模式,即精确匹配(不支持正则表达式)。


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


gregexpr2(pattern, text)



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

参数:pattern
character string to be matched in the given character vector  
字符串匹配给定的字符向量


参数:text
a character vector where matches are sought  
比赛正在寻求一个字符向量


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

A list of the same length as text each element of which is an integer vector as in gregexpr, except that the starting positions of all (even overlapping) matches are given. Note that, unlike gregexpr, gregexpr2 doesn't attach a "match.length" attribute to each element of the returned list because, since it only works in "fixed" mode, then all the matches have the length of the pattern. Another difference with gregexpr is that with gregexpr2, the pattern argument must be a single (non-NA, non-empty) string.
text每个元素,这是一个gregexpr,除了所有比赛(甚至重叠)的起始位置给出整数向量长度相同的名单。请注意,不像gregexpr,gregexpr2不附上“match.length”的属性,因为返回列表中的每个元素,因为它仅在“固定”模式,则所有的比赛有模式的长度。另一个gregexpr差异以gregexpr2,pattern参数必须是一个单一的(非NA,非空)字符串。


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


H. Pages



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

gregexpr, matchPattern
gregexpr,matchPattern


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


    gregexpr("aa", c("XaaaYaa", "a"), fixed=TRUE)
    gregexpr2("aa", c("XaaaYaa", "a"))

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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-1-25 05:03 , Processed in 0.039516 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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