This repository contains solutions to the following programming exercises from http://rosalind.info done during a Bioinformatics course in 2019/2020. This is throw-away code that is only supposed to correctly get the job done.
- Align Two Strings Using Linear Space [url]
- Complementing a Strand of DNA [url]
- Completing a Tree [url]
- Compute Distances Between Leaves [url]
- Computing GC Content [url]
- Consensus and Profile [url]
- Counting DNA Nucleotides [url]
- Counting Optimal Alignments [url]
- Counting Point Mutations [url]
- Counting Quartets [url]
- Creating a Distance Matrix [url]
- Edit Distance Alignment [url]
- Edit Distance [url]
- Finding Genes with ORFs [url]
- Global Alignment with Constant Gap Penalty [url]
- Global Alignment with Scoring Matrix and Affine Gap Penalty [url]
- Global Alignment with Scoring Matrix [url]
- Implement UPGMA [url]
- Inferring mRNA from Protein [url]
- Local Alignment with Affine Gap Penalty [url]
- Local Alignment with Scoring Matrix [url]
- Multiple Alignment [url]
- Open Reading Frames [url]
- Quartets [url]
- Semiglobal Alignment [url]
- Transcribing DNA into RNA [url]
- Translating RNA into Protein [url]