基于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 小时前
我的“龙虾”罢工了!正好对比下GLM、MiniMax、Kimi 3家谁更香
人工智能
风象南5 小时前
很多人说,AI 让技术平权了,小白也能乱杀老师傅 ?
人工智能·后端
董董灿是个攻城狮6 小时前
大模型连载1:了解 Token
人工智能
花酒锄作田7 小时前
使用 pkgutil 实现动态插件系统
python
RoyLin8 小时前
沉睡三十年的标准:HTTP 402、生成式 UI 与智能体原生软件的时代
人工智能
needn11 小时前
TRAE为什么要发布SOLO版本?
人工智能·ai编程
毅航11 小时前
自然语言处理发展史:从规则、统计到深度学习
人工智能·后端
前端付豪11 小时前
LangChain链 写一篇完美推文?用SequencialChain链接不同的组件
人工智能·python·langchain
ursazoo11 小时前
写了一份 7000字指南,让 AI 帮我消化每天的信息流
人工智能·开源·github
曲幽12 小时前
FastAPI实战:打造本地文生图接口,ollama+diffusers让AI绘画更听话
python·fastapi·web·cors·diffusers·lcm·ollama·dreamshaper8·txt2img