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

相关推荐
Oueii几秒前
数据分析师的Python工具箱
jvm·数据库·python
guoji77882 分钟前
2026年Gemini 3 Pro vs 豆包2.0深度评测:海外顶流与国产黑马谁更强?
大数据·人工智能·架构
weixin_421922697 分钟前
使用Scikit-learn进行机器学习模型评估
jvm·数据库·python
NAGNIP7 分钟前
一文搞懂深度学习中的损失函数设计!
人工智能·算法
Liu628889 分钟前
如何为开源Python项目做贡献?
jvm·数据库·python
千桐科技9 分钟前
大模型幻觉难解?2026深度解析:知识图谱如何成为LLM落地的“刚需”与高薪新赛道
人工智能·大模型·llm·知识图谱·大模型幻觉·qknow·行业深度ai应用
mygugu10 分钟前
详细分析swanlab集成mmengine底层实现机制--源码分析
python·深度学习·可视化
Hello.Reader10 分钟前
词语没有位置感?用“音乐节拍“给 Transformer 装上时钟——Positional Encoding 图解
人工智能·深度学习·transformer
我叫果冻12 分钟前
ai-assist:基于 LangChain4j 的 RAG 智能助手,本地化部署更安全
人工智能·安全