A repository for my attempts at solving beginner bioinformatics problems. Created this to track my learning progress. Problems are sourced from https://rosalind.info
Here's a list of problems addressed in this repository:
- Counting DNA nucleotides in a sequence
- Transcribing DNA into RNA
- Finding the Hamming distance between two strings of equal length
- Finding the sequence with the highest GC content
- Mendel's First Law in action: finding the probability of getting an offspring with a dominant phenotype from two randomly selected organisms from a population
- Finding the reverse complement of a DNA strand
- Translating RNA into protein
- Finding all occurrences of a motif in a DNA sequence
- Creating an Overlap Graph of sequencing reads
- Locating restriction sites: finding all reverse palindromes
- RNA splicing
- Inferring RNA from Protein: calculating the number of possible mRNAs that code for the same protein sequence
- Finding a Protein Motif
- Calculating Protein Mass