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

R语言 ChemmineR包 db.subset()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-2-25 14:43:13 | 显示全部楼层 |阅读模式
db.subset(ChemmineR)
db.subset()所属R语言包:ChemmineR

                                        Subset a descriptor database and return a sub-database for the selected compounds
                                         的一个子集描述数据库并返回一个子数据库,为选定的化合物

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

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

'db.subset' will take a descriptor database generated by 'cmp.parse' and an array of indecies, and return a new database for compounds corresponding to these indecies. The returned value is a descriptor database as returned by the cmp.parse function.
“db.subset将采取一个描述数据库cmp.parse”生成和一个indecies数组,并返回一个新的化合物对应这些indecies的数据库。返回的值是cmp.parse函数返回一个描述符数据库。


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


db.subset(db, cmps)



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

参数:db
The database generated by 'cmp.parse'
产生cmp.parse“数据库


参数:cmps
An array of indecies that correspond to a set of selected compounds from the database
一个的indecies阵列,从数据库中对应一组选定的化合物


Details

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

'db.subset' creates a sub-database from 'db' by only including infomration that is relevant to compounds indexed by 'cmps'.
“db.subset创建DB,这是有关”中医“索引化合物infomration只包括一个子数据库。


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

Return a descriptor database for the selected compounds. The format of the database is compatible with the one returned by cmp.parse.
返回一个描述选定的化合物数据库。数据库的格式是与cmp.parse返回一个兼容的。


参见----------See Also----------

cmp.parse, sdf.subset
cmp.parse,sdf.subset


举例----------Examples----------


## Note: this functionality has become obsolete since the introduction of the [#注:此功能已成为自引进过时]
## 'apset' S4 class.[#apset“S4类。]

## Load sample SD file[#负载样品的SD文件]
# data(sdfsample); sdfset &lt;- sdfsample[数据(sdfsample); sdfset < -  sdfsample]

## Generate atom pair descriptor database for searching[#生成原子对数据库搜索描述]
# apset &lt;- sdf2ap(sdfset) [< -  sdf2ap apset(sdfset)]

## Loads same atom pair sample data set provided by library[#加载相同的原子对样本数据集,由图书馆提供]
data(apset)
db <- apset
olddb <- apset2descdb(db)

## Create a sub-database for the 1st and 2nd compound in that SDF[#创建子数据库为第一和第二化合物中,自卫队]
db_sub <- db.subset(olddb, c(1, 2))


转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-1-28 10:26 , Processed in 0.026818 second(s), 16 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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