基于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博客

相关推荐
汤米粥4 分钟前
Python爬虫中Xpath用法之——normalize-space()
开发语言·python
dozenyaoyida4 分钟前
AI与大模型新闻日报 | 2026-07-10
人工智能·chatgpt·新闻
2401_8595062412 分钟前
五轴联动数控机床的技术评估与选型分析
人工智能
ai产品老杨13 分钟前
GB28181接入AI视频分析项目实战记录:从国标注册、通道同步到信令调优
人工智能·音视频
华清远见IT开放实验室17 分钟前
从嵌入式到具身智能:嵌入式AI机器狗FS_D2,一站式打通高校嵌入式+AI+机器人教学全链路
人工智能·ai·嵌入式·实验室·具身智能·高校
想会飞的蒲公英23 分钟前
回归模型怎样评估:MAE、MSE、RMSE 和 R²
人工智能·python·机器学习·数据分析·回归
weixin_4223293126 分钟前
AgentScope Java 项目入门 & Builder 深度解读
java·开发语言·人工智能
阳明山水27 分钟前
从论文到生产:销量预测系统的工程化落地实践
大数据·人工智能·深度学习·机器学习·架构
Token炼金师29 分钟前
范式跃迁:从标注囚徒到自监督信徒 —— 大模型时代的机器学习重写
人工智能·深度学习·llm