getSeq(Biostrings)
getSeq()所属R语言包:Biostrings
getSeq
getSeq
译者:生物统计家园网 机器人LoveR
描述----------Description----------
A generic function for extracting a set of sequences (or subsequences) from a sequence container like a BSgenome object or other.
一个从,像BSgenome对象或其他序列容器中提取的一组序列(子序列)的通用功能。
用法----------Usage----------
getSeq(x, ...)
参数----------Arguments----------
参数:x
A BSgenome object or any other supported object. Do showMethods("getSeq") to get the list of all supported types for x.
一个BSgenome对象或任何其他支持的对象。不要showMethods("getSeq")x所有支持的类型的列表。
参数:...
Any additional arguments needed by the specialized methods.
由专门的方法所需的任何额外的参数。
值----------Value----------
An XString object or an XStringSet object or a character vector containing the extracted sequence(s).
一个的XString对象或XStringSet的对象或特征向量提取的序列(S)。
See man pages of individual methods for the details e.g. with ?`getSeq,BSgenome-method` to access the man page of the method for BSgenome objects (make sure the BSgenome package is loaded first).
看到的细节,如个别方法的手册页用?getSeq,BSgenome-method访问的为确保BSgenome包先加载BSgenome对象的方法的手册页。
参见----------See Also----------
getSeq,BSgenome-method, XString-class, XStringSet-class
getSeq,BSgenome方法,XString级,XStringSet级
举例----------Examples----------
## Note that you need to load the package(s) defining the specialized[#注意,您需要定义专门加载封装(S)]
## methods to have showMethods() display them and to be able to access[#有showMethods()的方法显示出来,并能够访问]
## their man pages:[#他们的手册页:]
library(BSgenome)
showMethods("getSeq")
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|