detail(Biostrings)
detail()所属R语言包:Biostrings
Show (display) detailed object content
显示(显示)对象详细内容
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This is a variant of show, offering a more detailed display of object content.
这是一个show的变种,提供更详细的显示对象的内容。
用法----------Usage----------
detail(x, ...)
参数----------Arguments----------
参数:x
An object. The default simply invokes show.
一个对象。默认的简单调用show的。
参数:...
Additional arguments. The default definition makes no use of these arguments.
额外的参数。默认的定义,不使用这些参数。
值----------Value----------
None; the function is invoked for its side effect (detailed display of object content).
没有;调用的功能是它的副作用(对象的内容详细显示)。
作者(S)----------Author(s)----------
Martin Morgan
举例----------Examples----------
origMAlign <-
read.DNAMultipleAlignment(filepath =
system.file("extdata",
"msx2_mRNA.aln",
package="Biostrings"),
format="clustal")
detail(origMAlign)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|