1 Star 0 Fork 0

Tang Kun / GC-NORM

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

GC-NORM

Description

The GC-NORM thermodynamic property prediction framework

Code content

  • Norm descriptors calculation python script
  • Molecular classification matlab script

Requirements

  1. python 3.8
  2. openbable
  3. gaussian 16
  4. matlab

Instructions for computing norm descriptors

The scripts come with two sample calculations for the molecules (CID 243 and 284). You can calculate the norm descriptors for any other target molecules according to the following instructions.

  1. Add the open babel and gaussian 16 to the computer's environment variables so that it can be called from the command line to perform calculations.
  2. Enter the CIDs of the target molecule into "cid.txt".
  3. Go to the PubChem website (https://pubchem.ncbi.nlm.nih.gov/) and download the .sdf 3D geometry of the molecules corresponding to these CIDs. 输入图片说明 输入图片说明 输入图片说明
  4. Name the downloaded .sdf file as PubChem.sdf.
  5. Open the powershell in the current directory and enter "python main.py" to automatically calculate the norm descriptor of the target molecules.
  6. The final calculation results are saved in "descriptors.txt", and each row represents the 22 norm descriptors for a molecule.
  7. Thermodynamic properties prediction based on norm descriptors using the parameters from "Norm_parameters" sheet of "Supplementary_data.xlsx".

Instructions for molecular classification

  1. Enter the group segmentation results of the target molecules in "mol_group" sheet of the "mol_group.xlsx".
  2. Use matlab to run "mol_type.m" in the current directory.
  3. The classification results are stored in "result" variable in matlab, as shown in "result" sheet of the excel (You need to manually paste the classification results into excel to save them). 输入图片说明
MIT License Copyright (c) 2023 Tang Kun Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

The GC-NORM thermodynamic property prediction framework 展开 收起
Python 等 2 种语言
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
Python
1
https://gitee.com/senpoa/gc-norm.git
git@gitee.com:senpoa/gc-norm.git
senpoa
gc-norm
GC-NORM
master

搜索帮助