doublingTime(genomes)
doublingTime()所属R语言包:genomes
Doubling time for genome projects
倍增时间为基因组计划
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Calculates the doubling time of genome sequencing project releases
倍增时间计算基因组测序项目发布
用法----------Usage----------
doublingTime(x, subset, time = "days", curdate=TRUE)
参数----------Arguments----------
参数:x
genomes data frame with class 'genomes'
类基因组的基因组数据框
参数:subset
logical vector indicating rows to keep
逻辑向量,表示保留的行
参数:time
return doubling time in days (default), months, or years
返回倍增时间(默认)在天,月或年
参数: curdate
include the current date in calculation, if false, then default is range of release dates
包括在计算当前日期,如果有假,则默认为发行日期的范围
值----------Value----------
the doubling time
倍增时间
作者(S)----------Author(s)----------
Chris Stubben
举例----------Examples----------
data(lproks)
doublingTime(lproks)
doublingTime(lproks, status == 'Complete', time='months')
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|