找回密码
 注册
查看: 571|回复: 0

R语言 PAnnBuilder包 makeLLDB()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-2-26 10:19:01 | 显示全部楼层 |阅读模式
makeLLDB(PAnnBuilder)
makeLLDB()所属R语言包:PAnnBuilder

                                        Create a Lazy Loading Database for Package Data Files
                                         包数据文件创建一个延迟加载数据库

                                         译者:生物统计家园网 机器人LoveR

描述----------Description----------

This function processes the *.rda files in a package's data subdirectory and replaces them with a lazy load database.
此功能处理一个包的数据子目录*.rda文件和延迟加载数据库替换它们。


用法----------Usage----------


makeLLDB(packageDir, compress = TRUE)



参数----------Arguments----------

参数:packageDir
Path to the package source directory
包源目录的路径


参数:compress
If TRUE, compress the resulting lazy database.
如果TRUE,压缩产生的懒惰数据库。


Details

详情----------Details----------

The purpose is to create a lazy load database before INSTALL time. This makes installation of source packages much faster because the lazy database has been precomputed.
目的是创建一个安装前的时间延迟加载数据库。这使得源代码包的安装更快,因为懒惰的数据库已预先计算。

We needed this because we want the meta data packages to have lazy load symantics for the data objects.  Users should be able to load a data package using require and then ask for any of the data environments by name.  We want lazy loading of these data sets because they tend to contain large environments which would take a long time to load if we did it at attach time.
我们需要这个,因为我们希望元数据包,数据对象的延迟加载symantics。用户应该能够加载一个数据包,使用require然后问任何名称的数据环境。我们希望这些数据集的延迟加载,因为它们往往含有大量的环境,这需要很长的时间来载入,如果我们不重视时间。


值----------Value----------

This function is called for its side-effect: creating a lazy loading database for a package's data files.
此功能称为其副作用:创建一个包的数据文件的延迟加载数据库。

Note that this function is destructive in that it removed the data files (the *.rda files) after creating the lazy database.
请注意,此功能是破坏性的,它删除后创建懒惰数据库的数据文件(*.rda文件)。


参考文献----------References----------

assembling annotation for genomic data.Bioinformatics 19(1), 155-156.
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。


注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

手机版|小黑屋|生物统计家园 网站价格

GMT+8, 2025-2-1 22:55 , Processed in 0.029021 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表