genomes-summary(genomes)
genomes-summary()所属R语言包:genomes
Genome table summaries
基因表摘要
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Generic function for summarizing genome tables
为总结基因表的通用功能
用法----------Usage----------
## S3 method for class 'genomes'
summary(object, subset, top = 5, ...)
参数----------Arguments----------
参数:object
a genomes data frame
1的基因组数据框
参数:subset
logical vector indicating rows to keep
逻辑向量,表示保留的行
参数:top
number of recently released genomes to display, default is 5
最近公布的基因组来显示的数量,默认是5
参数:...
additional arguments are currently ignored
目前被忽略额外的参数
值----------Value----------
A list with 2 or 3 elements: the total number of genomes, counts by status (if column is present), and a table listing recent submissions.
总数的基因组,按状态计数(如果列是目前),表中列出最近提交:2个或3个元素的列表。
作者(S)----------Author(s)----------
Chris Stubben
参见----------See Also----------
plot.genomes
plot.genomes
举例----------Examples----------
data(leuks)
summary(leuks)
summary(leuks, group=='Fungi')
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|