Brief info

  • This is a reading notebook for the book 《py4chemoinformatics》

遇到的专业名词

  • chemoinformatics

    • 化学信息学
  • RDKit

  • OpenBable

    • link: http://openbabel.org/wiki/Main_Page
    • definition:

      • Open Babel is a chemical toolbox designed to speak the many languages of chemical data. It's an open, collaborative project allowing anyone to search, convert, analyze, or store data from molecular modeling, chemistry, solid-state materials, biochemistry, or related areas.
  • SKlearn

  • 机器学习

    • Machine Learning
  • SMILES

  • molecular editor
  • MMPA

    • MMP

      • Matched Molecular Pair , analysis
    • 可视化

      • Cytoscape

        • 一种广泛用于各种场景的开源网络可视化软件
        • 安装使用

          • 安装很简单,从下载站点下载相应的 OS 安装程序仅安装。 安装完成后,启动 Cytoscape 并“安装 Chemviz2 插件”以绘制复合结构 我会的程序很简单。从 Apps-> App Manager 中选择 chemviz2 并安装它。
        • 本书中用途

          • 使用 Cytoscape 可视化 MMP 网络
      • mmpdb

        • 另一种 可视化软件
        • 命令行运行
      • Chemical Space

        • 化学空间

          • 化学空间是指化合物在一定比例的 n 维空间中的排列。

RDKit

  • 安装

    1
    2
    3
    4
    5
    6
    7
    8
    9
    
    conda create -n py4chemoinformatics python3.6
    source activate py4chemoinformatis
    
    #install packages
    
    conda install -c conda-forge rdkit
    conda install -c conda-forge seaborn
    conda install -c conda-forge ggplot
    conda install -c conda-forge git
    • 相关软件

      • rdkit
      • seaborn

        • 其中一个图形绘制包是它可以用一致的语法合理地绘制。最初称为 R. 它是为统计分析语言开发的,但已由一家名为 yhat 的公司移植到 Python。
      • ggplot

        • 它是可视化统计数据的软件包之一。

使用

相关软件

数据库

  • chemoinformatics 常用的数据库
  • 数据库列表

    • ChEBIL

ChEBIL

  • 前身:stARLITe
  • 相关名词

PubChem