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

相关推荐
叫我:松哥几秒前
基于flask图书管理系统,技术栈flask+layui+sqlite+Echarts
后端·python·数据分析·flask·echarts·layui
落魄大学生之流水线上谋生计几秒前
Python Literal[] 类型提示详解
开发语言·python
nanawinona1 分钟前
2026年下半年按能力基础选量化工具
人工智能·python
赵民勇3 分钟前
Python泛型使用技巧
python
AI发掘4 分钟前
知网AIGC检测怎么降?快降重和比话降AI谁更稳?实测对比
人工智能·aigc
知了一笑5 分钟前
项目管理,被AI困在2026年
人工智能·ai·项目管理
博、、6 分钟前
AI 智能商场系统开发:从架构设计到落地实践
人工智能
张彦峰ZYF8 分钟前
从“账单不一致”到“可审计计费”:企业级大模型服务的计费异常诊断、成本建模与治理体系
人工智能·finops·大模型计费·成本对账·缓存计费·额度控制·agent 成本治理
jyOverQ13 分钟前
LangGraph:子图动态路由与 Agent 工作流设计
python·langchain
晴天1617 分钟前
Gradio 与 Streamlit:Python 快速构建 Web 应用的双子星-Day28
开发语言·前端·python