Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 1.17 KB

README.md

File metadata and controls

33 lines (26 loc) · 1.17 KB

Rosalind

Rosalind (http://rosalind.info/) is a very good website to learn python and bioinformatics. These exercices are divided in four groups:

  1. Python Village
  2. Bioinformatics Stronghold
  3. Bioinformatics Armory
  4. Algorithmic Heights

I started to do the exercices in these two groups. In this Github, you will find my solutions to these bioinformatic problems. If you see some errors or better way to improve my code, don't hesitate to mail me.

Python Village

  • INI1: Installing Python
  • INI2: Variables and Some Arithmetic
  • INI3: Strings and Lists
  • INI4: Conditions and Loops
  • INI5: Working with Files

To do:

  • INI6: Dictionaries

Bioinformatics Stronghold

  • DNA: Counting DNA nucleotides (script: DNA_counting_nucleotide.py)
  • RNA: Transcribing DNA into RNA (script: Transcribing_DNA_into_RNA.py)
  • REVC: Complementing a Strand of DNA (03_REVC.py & 03_REVC_v02.py)
  • HAMM: Counting Point Mutations (script: Counting_Hamming_Distance.py)
  • GC: Computing GC Content (scrit: Computing_GC_02.py)
  • PROT: Translating RNA into Protein (script: Translating_RNA_into_Protein.py)

To do:

  • IPRB: Mendel's First Law
  • SUBS: Finding a Motif in DNA
  • FIB: Rabbits and Recurrence Relations