Tutorial

Logistic Regression for Classification in Machine Learning

Logistic regression is an analytical technique in supervised machine learning for performing classification tasks. It is a classification algorithm based on probabilistic approach. Logistic regression approach can be used to make predictions on a categorical dependent variable. The algorithm extracts inferences from a given set of independent input variables and these inferences are used to …

Logistic Regression for Classification in Machine Learning 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 »