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

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

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

                                         Return compound IDs
                                         返回化合物的ID

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

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

Returns the compound identifiers from the ID slot of an SDFset object.
返回从SDFset对象的身份证槽孔复合标识符。


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


cid(x)



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

参数:x
object of class SDFset or APset  
对象的类SDFset或APset


Details

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

...
...


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

character vector
character向量


作者(S)----------Author(s)----------



Thomas Girke




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



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

atomblock, atomcount, bondblock, datablock, header, sdfid
atomblock,atomcount,bondblock,datablock,header,sdfid


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


## SDFset/APset instances[#SDFset / APset实例]
data(sdfsample)
sdfset <- sdfsample
apset <- sdf2ap(sdfset[1:4])

## Extract compound IDs from SDFset/APset[#提取从SDFset / APset的复合标识]
cid(sdfset[1:4])
cid(apset[1:4])

## Extract IDs defined in SD file[#提取SD文件中定义的ID]
sdfid(sdfset[1:4])

## Assigning compound IDs and keeping them unique[#指定化合物的ID和保持他们的独特]
unique_ids <- makeUnique(sdfid(sdfset))
cid(sdfset) <- unique_ids
cid(sdfset[1:4])

## Replacement Method[#更换方法]
cid(sdfset) <- as.character(1:100)


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


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

使用道具 举报

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

本版积分规则

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

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

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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