Category

Advance Programming

Understanding Genome Assembly Using De Bruijn Graphs: From Concepts to Code
Genome assembly is a key concept in bioinformatics, and it involves reconstructing a long DNA sequence from short, overlapping fragments known as reads. The purpose of this article is to explain how we can use De Bruijn graphs and Eulerian paths to solve genome...
A dynamic dashboard visualizing Gene Expression Data
Exciting News for Data Enthusiasts and Bioinformatics Professionals! I am thrilled to share my latest project - a dynamic dashboard visualizing Gene Expression Data, created using R Shiny. This tool is designed to help researchers and data scientists gain insights...
Deciphering Protein Sequence Relationships
Deciphering Protein Sequence Relationships: A Python-Based Approach Introduction Proteins, the essential components of life, play a vital role in carrying out various functions within biological systems. Investigating the intricate connections between different...

Categories

Subscribe to my Newsletter

RNA-seq Analysis Pipeline

RNA-seq Analysis Pipeline

A Step-by-Step Guide to RNA-seq Data Processing: From Data Download to Raw Counts In this article, I will walk you through the process of analyzing RNA-seq data, starting from downloading the raw data to obtaining gene expression counts. This is an essential workflow...

Different types of Bioinformatics data

Bioinformatics data encompasses various types, each crucial for advancing our understanding of biological systems and enhancing medical research. Bioactivity data reveals how compounds interact with biological systems, essential for drug discovery and safety...

Evolution of DNA Sequence Alignment: Key Milestones

From the foundational Needleman-Wunsch Algorithm in 1970 to AI-powered techniques in 2024, the field of DNA sequence alignment has seen transformative advancements. These innovations have revolutionized genomics, making sequence analysis faster, more accurate, and...