Computational Biology

Set of articles in the field of Computational Biology and Bioinformatics

Essential Molecular Biology for Bioinformaticians

As a bioinformatician, you will be working with large amounts of biological and molecular data, which means that you need to have a solid understanding of the fundamental concepts in these fields. Molecular biology is a fascinating and complex field of study that deals with the study of the biological processes at the molecular level. …

Essential Molecular Biology for Bioinformaticians Read More »

Major Bioinformatics Databases

There are many free bioinformatics databases available, which offer a wealth of biological data and information. Some of the popular ones are discussed below. NCBI National Center for Biotechnology Information (NCBI) provides access to various biological databases, such as GenBank, PubMed, Protein, and Nucleotide. The National Center for Biotechnology Information (NCBI) is a public database …

Major Bioinformatics Databases Read More »

Writing Python Wrapper for Bioinformatics Tools

The use of computational tools for data preprocessing and analysis is daily activity for any bioinformatician. Having a interdisciplinary field, a plethora of tools exist in the domain, written by developers from various fields and languages. Many times there can be multiple candidate tools exists to accomplish any given task. Often it is the decision …

Writing Python Wrapper for Bioinformatics Tools Read More »

Molecular Docking in Google Colab

This tutorial shows how to do molecular docking in colab. Molecular docking is an essential process in scientific drug discovery to predict the binding mode and affinity of a small molecule (ligand) to a target protein. This method can help to identify potential drug candidates by virtually screening large chemical libraries and selecting compounds that …

Molecular Docking in Google Colab Read More »

Visualizing Protein Structures in Jupyter Notebook

The Jupyter Notebook is best suited for doing as well as documenting empirical research. It can contain text, code images, videos, interactive content, and also nicely typesetting equations. This makes anyone doing simulations or empirical research prototype their work and share it with their colleagues. The same Jupyter notebook can be used to visualize protein …

Visualizing Protein Structures in Jupyter Notebook Read More »