get.db.growth(seqinr)
get.db.growth()所属R语言包:seqinr
Get the exponential growth of nucleic acid database content
呈指数级增长的核酸数据库内容
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Connects to the embl database to read the last release note about the number of nucleotides in the DDBJ/EMBL/Genbank database content. A log-linear fit is represented by dia.bd.gowth() with an estimate of the doubling time in months.
连接到EMBL数据库读取的最后一个版本注意在DDBJ / EMBL / GenBank数据库内容的核苷酸的数量。对数线性拟合为代表的dia.bd.gowth()个月的倍增时间的估计。
用法----------Usage----------
get.db.growth(where = "http://www.ebi.ac.uk/embl/Documentation/Release_notes/current/relnotes.txt" )
dia.db.growth( get.db.growth.out = get.db.growth(), Moore = TRUE, ... )
参数----------Arguments----------
参数:where
the file containig the database growth table.
文件containig数据库的增长表。
参数:get.db.growth.out
the output from get.db.growth()
输出从get.db.growth()
参数:Moore
logical, if TRUE add lines corresponding to an exponential growth rate with a doubling time of 18 months, that is Moore's law.
逻辑,如果真正的外接线对应的指数增长速率倍增时间为18个月,也就是摩尔定律。
参数:...
further arguments to plot
进一步的论据绘制
值----------Value----------
A dataframe with the statistics from the embl site.
一个数据框与EMBL的网站的统计数据。
(作者)----------Author(s)----------
J.R. Lobry
参考文献----------References----------
实例----------Examples----------
## Not run: data <- get.db.growth()[#未运行数据 - get.db.growth()]
## Not run: dia.db.growth(data)[#不运行:dia.db.growth(数据)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|