With the new year, we are going to start with a very simple yet complicated topic (for beginners) in bioinformatics. In this tutorial, we provide a simple code to plot swarm boxplot using matplotlib and seaborn.
Here, we provide a simple Python script to plot the docking score of a few protein complexes. The complex names, docking scores, and ligand types are provided in a CSV sheet. We are plotting the docking score of ligands on a box plot showing types of ligands in different colors.
Availability
The script is available on GitHub under the package ‘cheminformatics‘.