🧬

Bioinformatics

DNA sequence alignment, phylogenetic trees, CRISPR target design and protein folding — computational biology in your browser.

📊 0 simulations 🆕 Category added 2026-05-16

🧪 Simulations (0)

Simulations for this category are coming soon. Check other categories or subscribe to the blog feed.

❓ Frequently asked questions

What is sequence alignment?

Aligning two DNA or protein sequences finds the best mapping of one to the other, allowing substitutions, insertions and deletions. The Needleman-Wunsch algorithm does global alignment; Smith-Waterman does local. Scoring matrices (PAM, BLOSUM) capture biological likelihoods.

How does CRISPR work computationally?

CRISPR-Cas9 uses a guide RNA matching ~20 bases of target DNA. Bioinformatics tools search the genome for: (1) target sites flanked by PAM motifs (NGG for Cas9), (2) off-target hits using mismatch tolerance, (3) gRNA efficiency scores from machine learning.

What is a phylogenetic tree?

A phylogenetic tree visualises evolutionary relationships. Distances are inferred from sequence differences (number of mutations between species). Methods: neighbour-joining, UPGMA (clustering), maximum likelihood. The tree topology hypothesises the order of speciation events.

What is BLAST?

Basic Local Alignment Search Tool — finds similar sequences in a database faster than full alignment. It hashes short 'words' (3-letter for proteins, 11-letter for DNA), seeds matches, then extends them. The E-value rates statistical significance.

What is protein folding?

Proteins fold from linear amino acid chains into 3D structures that determine function. AlphaFold and ESMFold use deep learning to predict structure from sequence. The energy landscape (Anfinsen's hypothesis): the native fold sits at the global energy minimum, found via funnel-like landscapes.

Every Bioinformatics simulation here runs free in your browser, letting you experiment with each interactive Bioinformatics model — sequence alignment algorithms, phylogenetic tree construction, protein folding energy landscapes and genomic data analysis — without installing anything. Adjust gap penalties, substitution matrices and evolutionary distance metrics, then observe real-time results and learn Bioinformatics online at your own pace, whether you are a life-science student, a computational biology educator or a curious researcher. The algorithms behind these simulations are the same tools driving modern genomics: they power reference genome assembly, variant calling in clinical diagnostics and the comparative analyses that reveal how genes evolve across species. Engaging with these models hands-on builds intuition for why parameter choices matter enormously when interpreting real biological sequence data.