Bioinformatics Programming

A collection of articles on bioinformatics programming published in Bioinformatics Review.

Find More: GitHub Python
Latest Bioinformatics Programming News

DockingAnalyzer.py: A New Python script to Identify Ligand Binding in Protein Pockets.

High-throughput virtual screening (HTVS) is a pivotal technique in drug discovery that…

Dr. Muniba Faiza Dr. Muniba Faiza

How to copy and rename files simultaneously in same directory in Ubuntu (Linux)?

Copying and renaming files from one destination to another is easily accomplished…

Dr. Muniba Faiza Dr. Muniba Faiza

Free_Energy_Landscape-MD: Python package to create Free Energy Landscape using PCA from GROMACS.

In molecular dynamics (MD) simulations, a free energy landscape (FEL) serves as…

Dr. Muniba Faiza Dr. Muniba Faiza

VS_Analysis: A Python package to perform post-virtual screening analysis

Virtual screening (VS) is a crucial aspect of bioinformatics. As you may…

Dr. Muniba Faiza Dr. Muniba Faiza

vs_interaction_analysis.py: Python script to perform post-virtual screening analysis

Analyzing the results of virtual screening (VS) performed with Autodock Vina can…

Dr. Muniba Faiza Dr. Muniba Faiza

How to create a pie chart using Python?

In this article. we are creating a pie chart of the docking…

Dr. Muniba Faiza Dr. Muniba Faiza

How to make swarm boxplot?

With the new year, we are going to start with a very…

Dr. Muniba Faiza Dr. Muniba Faiza

How to obtain ligand structures in PDB format from PDB ligand IDs?

Previously, we provided a similar script to download ligand SMILES from PDB…

Dr. Muniba Faiza Dr. Muniba Faiza

How to obtain SMILES of ligands using PDB ligand IDs?

Fetching SMILE strings for a given number of SDF files of chemical…

Dr. Muniba Faiza Dr. Muniba Faiza

How to get secondary structure of multiple PDB files using DSSP in Python?

In this article, we will obtain the secondary structure of multiple PDB…

Dr. Muniba Faiza Dr. Muniba Faiza

vs_analysis_compound.py: Python script to search for binding affinities based on compound names.

Previously, we have provided the vs_analysis.py script to analyze virtual screening (VS)…

Dr. Muniba Faiza Dr. Muniba Faiza

How to download files from an FTP server using Python?

In this article, we provide a simple Python script to download files…

Dr. Muniba Faiza Dr. Muniba Faiza

How to convert the PDB file to PSF format?

VMD allows converting PDB to PSF format but sometimes it gives multiple…

Dr. Muniba Faiza Dr. Muniba Faiza

smitostr.py: Python script to convert SMILES to structures.

As mentioned in some of our previous articles, RDKit provides a wide…

Dr. Muniba Faiza Dr. Muniba Faiza

How to preprocess data for clustering in MATLAB?

Data preprocessing is a foremost and essential step in clustering based on…

Dr. Muniba Faiza Dr. Muniba Faiza

How to calculate drug-likeness using RDKit?

RDKit allows performing multiple functions on chemical compounds. One is the quantitative…

Dr. Muniba Faiza Dr. Muniba Faiza

sdftosmi.py: Convert multiple ligands/compounds in SDF format to SMILES.

You can obtain SMILES of multiple compounds or ligands in an SDF…

Dr. Muniba Faiza Dr. Muniba Faiza

tanimoto_similarities_one_vs_all.py – Python script to calculate Tanimoto Similarities of multiple compounds

We previously provided a Python script to calculate the Tanimoto similarities of…

Dr. Muniba Faiza Dr. Muniba Faiza

How to commit changes to GitHub repository using vs code?

In this article, we are providing a few commands that are used…

Tariq Abdullah Tariq Abdullah