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 <- sdfsample[数据(sdfsample); sdfset < - sdfsample]
## Generate atom pair descriptor database for searching[#生成原子对数据库搜索描述]
# apset <- 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:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|