.. Created by Adam Cunnningham on Mon May 30 2016. **Week 14: May 1 - 5** ====================== Computing With Text ------------------- We use Python's text processing functions to explore the probability distributions of words in some classic texts. Bioinformatics -------------- `Biopython `_ is a set of Python modules containing tools for computational molecular biology. We `install `_ Biopython and learn to use one such tool to identify a set of :download:`unknown genetic sequences <./sequences.txt>`. Python ------ - String processing - **lower**, **replace**, **split**, **strip** and **join**. - Dictionaries - Sorting sequences using **sorted**. - **random.choice** Matplotlib ---------- - **pie** Class Activity: Bioinformatics ------------------------------ Use the tools available in Biopython to identify the origin of six real nucleotide sequences presented in class. Determine which nucleotide sequence is the fake one. Report 7 --------- :doc:`language_models`