蛋白质-配体相互作用指纹图谱

prolif的Python项目详细描述


PyPI - VersionPyPI - LicensePyPI - StatusBuild StatusCoveralls github branchSay Thanks!

多产

蛋白质-配体相互作用指纹

:警告:此项目正在积极开发中,可能会发生重大更改。自担风险使用:警告:

说明

prolift是一个工具,用于生成相互作用指纹(ifp)和计算蛋白质-配体相互作用的相似性分数,给出一个参考配体和一系列结合位点残基。

安装

prolift是用python 3编写的,它使用以下非标准库:

在继续下一步之前,请确保已安装RDKit:

conda install -c rdkit rdkit

完成后,您可以使用pip:

pip install prolif

用法

INPUT arguments:
  -r fileName, --reference fileName
                        Path to your reference ligand.
  -l fileName [fileName ...], --ligand fileName [fileName ...]
                        Path to your ligand(s).
  -p fileName, --protein fileName
                        Path to your protein.
  --residues RESIDUES [RESIDUES ...]
                        Residues chosen for the interactions. Default: automatically detect residues within --cutoff of the reference ligand
  --cutoff float        Cutoff for automatic residue detection: distance between centroids. Default: 12.0 Å
  --json fileName       Path to a custom parameters file. Default: /home/cedric/Dropbox/work/prolif/prolif/parameters.json

OUTPUT arguments:
  -o filename, --output filename
                        Path to the output CSV file
  --log level           Set the level of the logger. Default: ERROR
  -v, --version         Show version and exit

Other arguments:
  --interactions bit [bit ...]
                        List of interactions used to build the fingerprint.
                                      │          Class         Ligand        Residue
                                      │―――――――――――――――――――――――――――――――――――――――――――――
                              HBdonor │  Hydrogen bond          donor       acceptor
                           HBacceptor │  Hydrogen bond       acceptor          donor
                              XBdonor │   Halogen bond          donor       acceptor
                           XBacceptor │   Halogen bond       acceptor          donor
                               cation │          Ionic         cation          anion
                                anion │          Ionic          anion         cation
                          hydrophobic │    Hydrophobic    hydrophobic    hydrophobic
                           FaceToFace │    Pi-stacking       aromatic       aromatic
                           FaceToEdge │    Pi-stacking       aromatic       aromatic
                            pi-cation │      Pi-cation       aromatic         cation
                            cation-pi │      Pi-cation         cation       aromatic
                              MBdonor │          Metal          metal         ligand
                           MBacceptor │          Metal         ligand          metal
                        Default: HBdonor HBacceptor cation anion FaceToFace FaceToEdge hydrophobic
  --score {tanimoto,dice,tversky}
                        Similarity score between molecule A and B :
                        Let 'a' and 'b' be the number of bits activated in molecules A and B, and 'c' the number of activated bits in common.
                            -) tanimoto : c/(a+b-c). Used by default
                            -) dice     : 2c/(a+b)
                            -) tversky  : c/(alpha*(a-c)+beta*(b-c)+c)
  --alpha int           Alpha parameter for Tversky. Default: 0.7
  --beta int            Beta parameter for Tversky. Default: 0.3

Mandatory arguments: --reference --ligand --protein
MOL2 files only.

许可证

除非另有说明,否则此目录和所有子目录中的所有文件都是在2.0版apache许可下分发的:

   Copyright 2017-2018 Cédric BOUYSSET

   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
   You may obtain a copy of the License at

       http://www.apache.org/licenses/LICENSE-2.0

   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
   limitations under the License.

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
并行处理java。util。同时发生的叉子在游泳池里。常见的并行性准则,用于选择正确的并行度大小   java如何将空白字符追加到指定长度?   安卓应用程序中出现错误,SSLHandshakeException,找不到证书路径的信任锚点   java如何使用JUnit Mockito验证检查方法是否未被调用   java如何使用不同的@RequestMapping解析多个控制器中的静态页面   Selenium中的javascript需要验证搜索结果   访问数据库SQLiteopenHelper方法时java应用程序崩溃(nullpointerexception)   在二叉树中验证最小堆时出现java空指针异常   Java 7的SSL连接失败   java用RestEasyWebTarget替换ProxyFactory不起作用   在Java应用程序中单击“否”按钮后,数组程序冻结(无响应)   数组中的前缀Java初学者前进和   Java HTML解析器,包括脚本标记和LineNumberReader   在java中为长类型数字加前导零   正则表达式无法映射正则表达式java。lang.IllegalArgumentException:模式段中捕获组的数量