split.ms(rtfbs)
split.ms()所属R语言包:rtfbs
Split sequences
可裂序列
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Split sequences in MS object at given locations, or based on a numeric window size. If splitting based on a numeric window size, (i.e. every 500 bases) specify the maximum number of bases per sequence in the f parameter. If splitting based on specific locations, use read.feat(FullPath) to read in a BED file specifying the locations, and use the resulting object in the f parameter.
斯普利特在MS对象序列在给定的位置,或基于数值的窗口大小。如果分割的基础上的数字窗口的大小,f参数指定的最大数量每个序列的碱基(即每500个碱基)。如果分割的基础上的特定位置,使用read.feat(完整路径),在床上读文件指定的位置,并使用所产生的对象f参数。
用法----------Usage----------
## S3 method for class 'ms'
split(x, f, drop = FALSE, ...)
参数----------Arguments----------
参数:x
Multiple sequences object
多序列对象
参数:f
Numeric window size, or Features object used to determine where to split sequences
数字窗口的大小,或使用对象特点的,以确定分裂序列
参数:drop
Currently not used (for S3 compatibility)
当前未使用(S3兼容性)
参数:...
Currently not used (for S3 compatibility)
当前未使用(S3兼容性)
值----------Value----------
MS object, containing the split sequences
MS对象,包含分割序列
参见----------See Also----------
read.ms, read.feat for more about Features object
read.ms,read.feat更多的功能对象
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|