pmatchPattern(Biostrings)
pmatchPattern()所属R语言包:Biostrings
Longest Common Prefix/Suffix/Substring searching functions
最长共同前缀/后缀/子串检索功能
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Functions for searching the Longest Common Prefix/Suffix/Substring of two strings.
最长共同前缀/后缀/两个字符串的子字符串搜索功能。
WARNING: These functions are experimental and might not work properly! Full documentation will come later.
警告:这些功能试验,并可能无法正常工作!以后还会来的完整文档。
Please send questions/comments to hpages@fhcrc.org
请发送问题/意见hpages@fhcrc.org~~V
Thanks for your comprehension!
感谢您的理解!
用法----------Usage----------
lcprefix(s1, s2)
lcsuffix(s1, s2)
lcsubstr(s1, s2)
pmatchPattern(pattern, subject, maxlength.out=1L)
参数----------Arguments----------
参数:s1
1st string, a character string or an XString object.
第一个字符串,一个字符字符串或XString的对象。
参数:s2
2nd string, a character string or an XString object.
第二个字符串,一个字符字符串或XString的对象。
参数:pattern
The pattern string.
模式字符串。
参数:subject
An XString object containing the subject string.
一个XString对象包含的主题字符串。
参数:maxlength.out
The maximum length of the output i.e. the maximum number of views in the returned object.
输出的最大长度,即在返回的对象的最大数量的意见。
参见----------See Also----------
matchPattern, XStringViews-class, XString-class
matchPattern,XStringViews级,XString级
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|