contact us
联系我们POSTTIME:2024-05-26 作者:佚名 点击量:
药物与生物大分子的相互关系(分子与药物以及人体关系)_马鹏森的博客-CSDN博客?
这里说的“分子优化”,其实就是“药物中的分子优化”的简称?,药物中的分子与人体内的生物大分子(蛋白质、核酸、多糖和脂类)结合从而抗病。
此时我们“分子优化”的目的就是?通过化学修饰分子从而改善候选药物的所需特性,使药物特性最大化,同时保持与输入分子的相似性
什么是分子优化?(Molecule Optimization?OA)
分子优化是药物发现的关键步骤,,可通过化学修饰分子从而改善候选药物的所需特性,目标是发现与已知起始分子相比具有改善的药物特性的分子(产生新的有效分子,使药物特性最大化,同时保持与输入分子的相似性)。例如,在先导优化中,可以改变先导分子的化学结构以提高它们的选择性和特异性。传统上,这种分子优化过程是根据药物化学家的知识和经验规划的,并通过基于片段的筛选或合成来进行。因此,它不可扩展或自动化 。
药物中的小分子以及他的药理学是什么?
小分子(英语:small molecule)是一个有机化学概念。一般将分子量小于900道尔顿的有机化合物分子称为小分子。目前大部分药物都是小分子类药物,蛋白质、核酸等生物大分子的基本组成单位(如氨基酸、核糖核苷酸、脱氧核苷酸)也是小分子。小分子药物一般是抑制剂,通过干扰蛋白间相互作用起效。
药理学
目前大部分的药物都是小分子药物。小分子的分子量上限一般设在900道尔顿,这是因为900道尔顿以下的分子在人体内能较快速地扩散进入细胞,到达作用靶点。根据里宾斯基五规则,口服给药的小分子药物的分子量最好能低于500道尔顿,否则损耗率会出现明显上升。
通过一个片段修饰进行分子优化的深度生成模型
A Deep Generative Model for Molecule Optimization via One Fragment Modification | Papers With Code
这里面的数据集似乎不错?(有paired ...)
If you want to use our provided processed dataset, please check the directories below:
- : the dataset of pairs of molecules with 0.6 similarity and different on penalized logp property.
- ?: the dataset of pairs of molecules with 0.6 similarity and different on DRD2 property. The property difference between each pair of molecules is greater than 0.25.
- ?: the dataset of pairs of molecules with 0.6 similarity and different on QED property. The property difference between each pair of molecules is greater than 0.1. The QED properties of these molecules are greater than 0.7.
- ?: the dataset of pairs of molecules with 0.6 similarity and different on QED property and DRD2 property. The property differences on DRD2 between each pair of molecules are greater than 0.25 (i.e., ). The QED property of each pair of molecules should satisfy?QED(X)<0.6≤QED(Y).
In each directory, you will see the following files:
1、multiple zippedfiles. These binary files contain the processed data including pairs of molecules and their edit paths. The data in thesefiles should be used for model training. All thefiles will be read into?Modof?as training data. If you are using your own training data rather than the provided one, you can generate suchusing the data processing tools as will be described below.
Note: Due to the limit of file size, we only provide part of the processed file here. To use the whole training dataset, please use the provided data preprocessing script to preprocess the dataset. Please decompress the zipped file before using them to train the model.
?file in logp06 dataset. This file contains all pairs of molecules used in?Jin’s paper. This file is identical to train_pairs.txt file in (iclr19-graph2graph/data/logp06 at master · wengong-jin/iclr19-graph2graph · GitHub). Please note that the molecule pairs contained infiles are a subset of all the molecule pairs in train_pairs.txt.
?file. This file contains the pairs of molecules used in Modof.
. This file contains the SMILE strings of single molecules that are used as the testing molecules in XXX’s paper. These molecules are also the testing molecules used in our Modof.
. This file contains all the substructures of training molecules infiles. These substructures are in SMILE strings.
用于先导化合物优化的不成对生成分子到分子转换
Mol-CycleGAN:用于分子优化的生成模型
Mol-CycleGAN - a generative model for molecular optimization | Papers With Code
Differentiable Scaffolding Tree for Molecule Optimization | Papers With Code
CORE: Automatic Molecule Optimization Using Copy & Refine Strategy | Papers With Code