Bioinformatics Calculators
0 calculators tagged with “Bioinformatics”
All Calculators
No calculators found for this topic.
Core Bioinformatics Tasks
- Sequence alignment: Pairwise (BLAST, Smith-Waterman) and multiple sequence alignment (Clustal Omega, MUSCLE) to identify homology and conserved regions
- Genome assembly: Reconstruction of complete genomes from short sequencing reads using overlap-layout-consensus or de Bruijn graph approaches
- Gene prediction: Identifying coding sequences within genomes using ab initio (GeneMark, Augustus) or homology-based methods
- Protein structure prediction: AlphaFold2 has revolutionized 3D structure prediction from sequence alone
- RNA-seq analysis: Quantifying gene expression from transcriptome sequencing data
BLAST: Basic Local Alignment Search Tool
BLAST is the most widely used bioinformatics tool for finding regions of local similarity between sequences. It searches nucleotide or protein databases and returns significant matches with E-values (expected number of matches by chance). E-value < 10⁻⁵ is generally considered significant; < 10⁻¹⁰ is highly significant. BLAST is available at NCBI (blast.ncbi.nlm.nih.gov) for free.
Key Bioinformatics Databases
- NCBI GenBank: Primary nucleotide sequence archive
- UniProt/Swiss-Prot: Curated protein sequences and functional annotations
- PDB (Protein Data Bank): 3D protein and nucleic acid structures
- Ensembl: Annotated vertebrate and other genomes
Glossary
Frequently Asked Questions
Bioinformatics uses computational tools to analyze biological data — primarily molecular sequences (DNA, RNA, protein) but also structural, expression, and population data. It enables scientists to search sequence databases for similar genes across species (BLAST), align multiple sequences to find conserved regions, assemble entire genomes from millions of short reads, predict protein structures, quantify gene expression from RNA-seq data, and reconstruct evolutionary relationships. Without bioinformatics, interpreting the enormous data volumes generated by modern sequencing would be impossible.
BLAST (Basic Local Alignment Search Tool) finds regions of local similarity between a query sequence and sequences in a database. It reports matches with E-values — the expected number of hits with that score by random chance in a database of that size. E-value < 0.01 is typically significant; < 10⁻¹⁰ is highly significant. NCBI BLAST lets you search GenBank, RefSeq, and other databases free. Uses: identifying an unknown gene, finding orthologs across species, checking PCR primer specificity, and confirming cloned insert identity.
Pairwise alignment compares exactly two sequences to find the best match and measure similarity. It can be global (Needleman-Wunsch — aligns full length) or local (Smith-Waterman — finds the best local match). Multiple sequence alignment (MSA) aligns three or more sequences simultaneously, revealing conserved positions across a gene family. MSA tools include Clustal Omega and MUSCLE. MSA output is the input for phylogenetic tree building and identifying functionally critical conserved residues.
AlphaFold2 (DeepMind, 2021) uses deep learning to predict 3D protein structures from amino acid sequence with accuracy rivaling experimental X-ray crystallography. It has deposited predicted structures for over 200 million proteins in the AlphaFold Protein Structure Database (alphafold.ebi.ac.uk), including essentially all known human proteins. This has transformed structural biology by providing free structural models for proteins that were previously structurally uncharacterized, accelerating drug design, function prediction, and evolutionary analysis.