summary.ms(rtfbs)
summary.ms()所属R语言包:rtfbs
MS Summary
MS摘要
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Prints a short description of an Multiple Sequence (MS) object. Omits names, offsets, and bases by default, but these can be printed using the print.all argument.
打印多个序列(MS)对象的简短说明。省略名称,偏移,默认情况下,碱基,但这些可以打印使用print.all参数。
用法----------Usage----------
## S3 method for class 'ms'
summary(object, ...,
print.all = (length.ms(object) < 15 && sum(lengths.ms(object)) < 500))
参数----------Arguments----------
参数:object
MS object
MS对象
参数:...
Not used (exists for S3 compatibility)
不使用(S3兼容性存在)
参数:print.all
whether to suppress printing of the bases, offsets, and names. If TRUE prints sequences, offsets, and names of all sequences.
是否禁止印刷碱基,偏移和名称。如果TRUE打印序列,偏移,和所有序列的名称。
(作者)----------Author(s)----------
Nick Peterson
参见----------See Also----------
print.ms
print.ms
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|