J's Blog

我心有海,暗流澎湃

Declaration

This note is based on the article, “Rapid Screening of Chemical Libraries with GPU Shape”1, and created with the Schrödinger Software Release 2023-4.

This note contains only minimal annotations to the original text, along with corrections to formatting errors. It is intended for educational and communicative purposes only, and all rights remain with the original author.

Introduction

In this tutorial, you will learn how to perform rapid shape-based screening of a chemical library with Shape GPU. We will use information from nearly 70 CDK2 small-molecule inhibitors to evaluate a library of compounds provided by DUD-E for their propensity to bind CDK2  (http://dude.docking.org/). We will then run a screen on GPU using Shape GPU, and perform enrichment calculations using the true actives in the dataset as provided by DUD-E.

阅读全文 »

Declaration

This note is based on the article, “Structure-Based Virtual Screening Using Phase”1, and created with the Schrödinger Software Release 2023-4.

This note contains only minimal annotations to the original text, along with corrections to formatting errors. It is intended for educational and communicative purposes only, and all rights remain with the original author.

Introduction

This tutorial demonstrates the creation, validation, and application of pharmacophore hypotheses to recognize common protein-ligand interactions and use them in virtual screening. You will learn how to create a pharmacophore hypothesis using a protein-ligand complex, how to modify a pharmacophore hypothesis to bias by experimental observables and to screen against the hypothesis to identify Leukotriene-A4 hydrolase inhibitors.

阅读全文 »

Declaration

This note is based on the article, “Ligand-Based Virtual Screening Using Phase”1, and created with the Schrödinger Software Release 2023-4.

This note contains only minimal annotations to the original text, along with corrections to formatting errors. It is intended for educational and communicative purposes only, and all rights remain with the original author.

Introduction

This tutorial demonstrates the creation of pharmacophore hypotheses from both congeneric and diverse ligands sets. You will learn how to create a pharmacophore hypothesis from a congeneric set of ligands with known experimental binding affinity. Additionally, you will learn how to create a Phase Database from a set of ligands, and use it to both prepare and filter a ligand library for future ligand screens or docking. Lastly, you will screen a Phase Database against a set of hypotheses, generate a pharmacophore hypothesis from a diverse ligand set, and visualize the binding modes.

阅读全文 »

Declaration

This tutorial is based on the Schrödinger Product Documentation, “Field-based QSAR”1, and created with the Schrödinger Software Release 2023-4.

This note contains only minimal annotations to the original text, along with corrections to formatting errors. It is intended for educational and communicative purposes only, and all rights remain with the original author.

Copying the Field-Based QSAR Exercise Files

  1. Use the following link to download the zip archive that contains the tutorial files: https://content.schrodinger.com/quick_start_guide/current/field_qsar.zip

  2. Unzip the files into your working directory.

  3. Choose File → Change Working Directory in Maestro to set the working directory to where you unzipped the files, if needed.

阅读全文 »

Declaration

This note contains only minimal annotations to the original text, along with corrections to formatting errors. It is intended for educational and communicative purposes only, and all rights remain with the original author.

Introduction

Glide is a Schrödinger module that performs ligand-receptor docking reliably. To run a Glide virtual screen, you need a grid file and a ligand file. The grid file is typically generated from a prepared protein (using Protein Preparation Workflow and Receptor Grid Generation), and the ligand file is processed by LigPrep.

Prepare the Protein Using the Protein Preparation Workflow

阅读全文 »

What is discussed in this question?

During the process of research writing, we often need to cite certain references. With the aid of reference management tools, we can efficiently modify the style of citations to meet the requirements of various publishers. However, I'm puzzled about whether the in-text citation should be positioned before or after the final punctuation mark.

Before we delve into this question, there are some definitions that need to be clarified. The process of citing references generally involves two parts—in-text citations and the bibliography.

The bibliography, also called reference lists, a list of all sources used in your research, is typically placed at the end of the text, as below[1]:

References

  1. Berezin, M. Y. & Achilefu, S. Fluorescence lifetime measurements and biological imaging. Chem. Rev. 110, 2641–2684 (2010).
  2. Kandori, H., Katsuta, Y., Ito, M. & Sasabe, H. Femtosecond fluorescence study of the rhodopsin chromophore in solution. J. Am. Chem. Soc. 117, 2669–2670 (1995).
  3. Baba, M., Li, Y. & Matsuoka, M. Intensity interference of ultrashort pulsed fluorescence. Phys. Rev. Lett. 76, 4697–4700 (1996).
  4. Muskens,O. L., Giannini, V., Sánchez-Gil, J. A. & Rivas, J. G. ómez Strong enhancement of the radiative decay rate of emitters by single plasmonic nanoantennas. Nano Lett. 7, 2871–2875 (2007). ...
  5. McGlynn, J. A., Wu, N. & Schultz, K. M. Multiple particle tracking microrheological characterization: fundamentals, emerging techniques and applications. J. Appl. Phys. 127, 201101 (2020).
  6. Ghosh, A., Karedla, N., Thiele, JanChristoph, Gregor, I. & Enderlein, J. örg. Fluorescence lifetime correlation spectroscopy: Basics and applications. Methods 140–141, 32–39 (2018).
  7. Newville, M., Stensitzki, T., Allen, D. B. & Ingargiola, A. LMFIT: nonlinear least-square minimization and curve-fitting for Python. https://doi.org/10.5281/zenodo.11813 (2023).
阅读全文 »

Introduction

What is Anaconda Distribution?

Anaconda® Distribution is a free Python/R data science distribution that contains:

Anaconda Distribution is free, easy to install, and offers free community support.

阅读全文 »

1 关于 AutoDock

AutoDock 是一个预测小分子(如底物或候选药物)如何与已知 3D 结构的受体结合的分子对接工具。目前主要有 AutoDock 4 和 AutoDock Vina 两种发行版本,其中 AutoDock 4 还有一个 GPU 加速版本——AutoDock-GPU。1

AutoDock 4 进行分子对接时由两部分组成:

  1. autogrid 计算受体的 Grid;

  2. autodock 执行配体与靶蛋白 Grid 的对接。

注:AutoDock Vina 不需要选择原子类型及预先计算 Grid,Grid 在执行对接时计算,因此能够用于虚拟筛选(批量对接);且 AutoDock Vina 相对 AutoDock 4 拥有更高的精度,更加推荐使用 AutoDock Vina。

阅读全文 »

本文是南开大学孙宏伟老师《量子化学与分子力学/分子模拟》课程 Gaussian 实操部分的笔记,孙老师这部分的授课内容主要基于《Exploring Chemistry with Electronic Structure Methods》第二版和第三版中的实例,这本书也被称为“高斯圣经”,非常具有代表性。我在孙老师的授课基础上,同时也参考了此书和其它的一些资料,尽可能从解决实际问题的角度出发,整理整篇笔记。

1 Gaussian 文件

1.1 Gaussian 输入文件结构

Gaussian 的输入文件后缀名为“.gjf”,下面以示例的“e2_01.gjf”为例:

1
2
3
4
5
6
7
8
9
10
11
%chk=e2_01
# RHF/6-31G(d) sp

Formaldehyde Single Point Energy

0 1
C 0. 0. 0.
O 0. 1.22 0.
H .94 -.54 0.
H -.94 -.54 0.

阅读全文 »
0%