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

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

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

                                         Molecular property functions
                                         分子属性函数

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

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

Functions to compute molecular properties: weight, formula, atom frequencies, etc.
计算分子特性的功能:重量,公式,原子频率等。


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


atomcount(x, addH = FALSE, ...)

atomcountMA(x, ...)

MW(x, mw=atomprop, ...)

MF(x, ...)



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

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


参数:mw
data.frame with atomic weights; imported by default with data(atomprop); supports custom data sets  
data.frame原子量;默认情况下,用数据(atomprop)进口;支持设置自定义数据


参数:addH
'addH = TRUE' should be passed on to any of these function to add hydrogens that are often not specified in SD files  
“ADDH = TRUE”,应通过对这些功能的任何补充,往往没有SD文件中指定的氢


参数:...
Arguments to be passed to/from other methods.  
参数被传递到/从其他方法。


Details

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

...
...


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


参数:named vector
MW and MF
MW和MF


参数:list
atomcount
atomcount


参数:matrix
atomcountMA
atomcountMA


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



Thomas Girke




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



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

Functions: datablock, datablocktag
功能:datablock,datablocktag


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



## Instance of SDFset class[#SDFset类的实例]
data(sdfsample)
sdfset <- sdfsample

## Compute properties; to consider missing hydrogens, set 'addH = TRUE'[#计算性能;考虑缺少氢,集ADDH = TRUE“]
MW(sdfset[1:4], addH = FALSE)
MF(sdfset[1:4], addH = FALSE)
atomcount(sdfset[1:4], addH = FALSE)
propma <- atomcountMA(sdfset[1:4], addH = FALSE)
boxplot(propma, main="Atom Frequency")

## Example for injecting a custom matrix/data frame into the data block of an[#举例注入一个自定义的矩阵/数据框的数据块]
## SDFset and then writing it to an SD file[#SDFset然后它写入到SD文件]
props <- data.frame(MF=MF(sdfset), MW=MW(sdfset), atomcountMA(sdfset))
datablock(sdfset) <- props
view(sdfset[1:4])
# write.SDF(sdfset[1:4], file="sub.sdf", sig=TRUE, cid=TRUE)[write.SDF(sdfset [1:4],文件=“sub.sdf”,SIG = TRUE,CID = TRUE时)]


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


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

使用道具 举报

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

本版积分规则

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

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

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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