结构异常点检测和Zernike-Canterakis分子表面网的时刻-在Python中快速实现
1Department of Bioinformatics and Telemedicine, Faculty of Medicine, Jagiellonian University Medical College, Medyczna 7, 30-688 Kraków, Poland.
Molecules (Basel, Switzerland)
|January 11, 2024
概括
一个新的Python库实现了Pozo-Koehl算法,用于快速的3D蛋白质形状分析. 这可以通过编码分子形状来有效地检索蛋白质结构,改进现有方法.
科学领域:
- 结构生物信息学 结构生物信息学
- 计算生物学 计算生物学
- 几何深度学习 几何深度学习
背景情况:
- 蛋白质数据库 (PDB) 的增长需要有效的3D模型检索.
- 目前用于蛋白质形状比较的方法面临着可扩展性挑战.
- 泽尼克-坎特拉基斯瞬间对于形状编码是有效的,但缺乏用于本地计算的可访问的Python库.
研究的目的:
- 为Zernike-Canterakis时刻计算Pozo-Koehl (PK) 算法提供一个快速,文档完善的Python实现.
- 用PK算法引入一种新的蛋白质结构检索管道.
- 为了提高3D分子形状分析和检索的效率和准确性.
主要方法:
- 为Pozo-Koehl算法开发了一个Python库,直接处理三角形表面网格.
- 实现了Numba的即时编译,用于加速时刻计算.
- 集成了一个基于主要组件分析 (PCA) 的子程序,以消除边缘链片段.
主要成果:
- 在PK-Zernike图书馆中,每秒处理5万个面,时刻顺序为20.
- 新的检索管道在BioZernike验证套件中实现了ROC曲线下的面积为0.961 (组件为0.997).
- 在拟议的方法和3D冲浪者程序之间观察到高相关性 (高达0.99).
结论:
- 提出的PK-Zernike库为Python中的本地Zernike-Canterakis时刻计算提供了显著的改进.
- 新的检索管道显示了蛋白质结构相似性搜索的高效率和区分能力.
- 这项工作为结构生物信息学提供了有价值的工具,促进了蛋白质数据库的大规模分析.
相关概念视频
Molecular Geometry and Dipole Moments
The VSEPR theory can be used to determine the electron pair geometries and molecular structures as follows:
Molecules with Multiple Chiral Centers
Molecules that possess multiple chiral centers can afford a large number of stereoisomers. For instance, while some molecules like 2-butanol have one chiral center, defined as a tetrahedral carbon atom with four different substituents attached, several molecules like butane-2,3-diol have multiple chiral centers. A simple formula to predict the number of stereoisomers possible for a molecule with n chiral centers is 2n. However, there can be a lower number where some of the stereoisomers are...
Ziegler–Natta Chain-Growth Polymerization: Overview
Ziegler–Natta polymerization is another form of addition or chain‐growth polymerization used for synthesizing linear polymers over branched polymers. The catalyst used for polymerization is the Ziegler–Natta catalyst, named after Karl Ziegler and Giulio Natta, who developed it in 1953. This catalyst is an organometallic complex of titanium tetrachloride and triethyl aluminum, with the active form of the catalyst being an alkyl titanium compound. Using the Ziegler–Natta catalyst, high molecular...
Mesh Analysis
Mesh analysis is a valuable method for simplifying circuit analysis using mesh currents as key circuit variables. Unlike nodal analysis, which focuses on determining unknown voltages, mesh analysis applies Kirchhoff's voltage law (KVL) to find unknown currents within a circuit. This method is particularly convenient in reducing the number of simultaneous equations that need to be solved.
A fundamental concept in mesh analysis is the definition of meshes and mesh currents. A mesh is a closed...
A fundamental concept in mesh analysis is the definition of meshes and mesh currents. A mesh is a closed...
Mesh Analysis with Current Sources
Mesh analysis becomes simpler when analyzing circuits with current sources, whether independent or dependent. The presence of current sources reduces the number of equations required for analysis. Two cases illustrate this:
Current Source in One Mesh: The analysis process is straightforward when a current source is found in only one mesh within the circuit. Mesh currents are assigned as usual, with the mesh containing the current source excluded from the analysis. Kirchhoff's voltage law (KVL)...
Current Source in One Mesh: The analysis process is straightforward when a current source is found in only one mesh within the circuit. Mesh currents are assigned as usual, with the mesh containing the current source excluded from the analysis. Kirchhoff's voltage law (KVL)...
Three-Dimensional Analysis of Strain
Three-dimensional strain analysis is crucial for understanding how materials deform under stress, particularly in elastic, homogeneous materials. This method employs principal stress axes to simplify complex stress states into more understandable forms. Subjected to stress, a small cubic element within a material either expands or contracts along these axes, transforming into a rectangular parallelepiped. This transformation effectively illustrates the material's deformation. The principal...


