PubChemPy:适用于PubChem PUG REST API的Python包装器

时间:2024-06-01 12:46:16
【文件属性】:

文件名称:PubChemPy:适用于PubChem PUG REST API的Python包装器

文件大小:54KB

文件格式:ZIP

更新时间:2024-06-01 12:46:16

python chemistry cheminformatics pubchem Python

公开化学 PubChemPy提供了一种在Python中与PubChem进行交互的方法。 它允许按名称,子结构和相似性进行化学搜索,化学标准化,化学文件格式之间的转换,化学特性的描述和检索。 >> > from pubchempy import get_compounds , Compound >> > comp = Compound . from_cid ( 1423 ) >> > print ( comp . isomeric_smiles ) CCCCCCCNC1CCCC1CCCCCCC ( = O ) O >> > comps = get_compounds ( 'Aspirin' , 'name' ) >> > print ( comps [ 0 ]. xlogp ) 1.2 安装 使用以下命令安装PubChemPy: pip install pubchempy 或者,尝试其


网友评论