Skip to content

AusteKan/Chemexpy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

version tests wheel Pypi license

Documentation for chemexpy package

Package version: v1.0.10

Date: 10/06/2021

Author: Auste Kanapeckaite

PyPi: link

The package contains the following functions:

  1. data_prep
  2. molecule_check
  3. scatter_plot
  4. correlation_plot
  5. feature_plot
  6. normality_check
  7. feature_check
  8. feature_violinplots
  9. similarity_search
  10. similarity_dendogram
  11. similarity_heatmap

Dependencies:

rdkit, pandas, numpy, scipy, seaborn, matplotlib, collections

Introduction

Chemexpy package provides a user-friendly and organised approach to explore chemical libraries and identify key features. The information generated by the package functions can be easily integrated into other pipelines or downstream processing. Package provides exploratory plots as well as compound similarity assessment or search for similar compounds. Moreover, there are several additional functions to easily extract chemical descriptors and evaluate chemical libraries.

Some function examples

Feature correlation exploration.

Feature correlation heatmap

Scatter plot of selected features.

Feature scatter plot

Multiple feature assessment.

Feature plot

Activity or other classification exploration.

Violin plot

Similarity assessment for different compounds using a heatmap visualisation.

Similatiry heatmap