Skip to content

Latest commit

 

History

History
28 lines (26 loc) · 3 KB

README.md

File metadata and controls

28 lines (26 loc) · 3 KB

Rosalind

Rosalind is a platform for learning bioinformatics through problem solving. My Rosalind profile.

Python Village

"If you are completely new to programming, try these initial problems to learn a few basics about the Python programming language. You'll get familiar with the operations needed to start solving bioinformatics challenges in the Stronghold."

ID Title Solution
INI2 Variables and Some Arithmetic link
INI3 Strings and Lists link
INI4 Conditions and Loops link
INI5 Working with Files link
INI6 Dictionaries link

Bioinformatics Stronghold

"Discover the algorithms underlying a variety of bioinformatics topics: computational mass spectrometry, alignment, dynamic programming, genome assembly, genome rearrangements, phylogeny, probability, string algorithms and others."

ID Title Solution
DNA Counting DNA Nucleotides link
RNA Transcribing DNA into RNA link
REVC Complementing a Strand of DNA link
FIB Rabbits and Recurrence Relations link
GC Computing GC Content link
HAMM Counting Point Mutations link
IPRB Mendel's First Law link
PROT Translating RNA into Protein link
SUBS Finding a Motif in DNA link
CONS Consensus and Profile link
FIBD Mortal Fibonacci Rabbits link