After performing computational docking, a question that comes to mind most is “what docking score is considered good or bad”. In this article, we will discuss...
Previously, we provided a tutorial for PyVol plugin [1] installation. In this article, we will calculate the binding pocket volume of protein using the same plugin...
Electron density maps are available for most of the protein structures in PDB. Therefore, in this article, we are using PDB to generate electron density maps...
Previously, we provided a Python script to download data over an FTP server. This article will use the Linux command to download multiple directories and subdirectories...
Openbabel [1] offers a wide range of operations. One of which is file format conversion which is most widely used. In this article, we will describe...
Previously, we have provided the vs_analysis.py script to analyze virtual screening (VS) results obtained from Autodock Vina. In this article, we have provided another script to...
In this article, we provide a simple Python script to download files from an FTP server using Python.
VMD allows converting PDB to PSF format but sometimes it gives multiple errors. Therefore, in this article, we are going to convert PDB into PSF format...
As mentioned in some of our previous articles, RDKit provides a wide range of functions. In this article, we are using RDKit [1] to draw a...
Data preprocessing is a foremost and essential step in clustering based on machine learning methods. It removes noise and provides better results. In this article, we...