基于scaffold的分子生成模型 + 筛选模型,对比它们

一、基于scaffold的分子生成模型

1、Paper "3D-SMGE:A Pipeline for Molecules Generate and Evaluate based on Scaffolds"

code:GitHub - ZheLi-Lab-Collaboration/3D-SMGE: A Pipeline for Molecules Generate and Evaluate based on Scaffolds

conda activate autogrow

下载模型然后放在主文件夹:

https://drive.google.com/file/d/14c65EiA8gWlGhIxEyHtlp-NL68qDqN7P/view?usp=drive_link

基于SMIELS + scaffold的分子生成

python SMG_3D.py generate 3D_SMG ./model/ 100 --scaffold 'CC(C1=CC=C(OC)C(OC)=C1)=O' --genMode mode1 --inputFormat smiles --chunk_size 100 --cuda --max_length 60 --file_name scaffold

ADMET Predicition

Firstly, you are supposed to move the generated molecules agg_smi.smi to the ./data folder.

python ./property_Pred/ADMET/general_admet/admet-pred.py --smi_path ../data/agg_smi.smi --csv_path ../data/smi

2、Learning to Extend Molecular Scaffolds with Structural Motifs

GitHub - microsoft/molecule-generation: Implementation of MoLeR: a generative model of molecular graphs which supports scaffold-constrained generation

二、筛选模型

【精选】分子性质预测预训练模型 + code使用方法-CSDN博客

相关推荐
喜-喜23 分钟前
Python pip 缓存清理:全面方法与操作指南
python·缓存·pip
rgb2gray24 分钟前
GeoHD - 一种用于智慧城市热点探测的Python工具箱
人工智能·python·智慧城市
火车叼位35 分钟前
5个Why、SWOT, 5W2H等方法论总结,让你的提示词更加精炼
人工智能
阿正的梦工坊37 分钟前
PyTorch下三角矩阵生成函数torch.tril的深度解析
人工智能·pytorch·矩阵
MZWeiei1 小时前
Matplotlib,Streamlit,Django大致介绍
python·django·matplotlib
说私域1 小时前
电商运营中私域流量的转化与变现:以开源AI智能名片2+1链动模式S2B2C商城小程序为例
人工智能·小程序·开源·流量运营
游客5201 小时前
自动化办公|xlwings生成图表
python·自动化
老A的AI实验室1 小时前
通俗理解Test time Scaling Law、RL Scaling Law和预训练Scaling Law
人工智能·深度学习·算法·chatgpt·llm·agi·rl
多云的夏天2 小时前
AI(14)-prompt
人工智能
ylfhpy2 小时前
Python常见面试题的详解16
开发语言·python·面试