Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ghazaleze/biology-meets-programming

some codes of the "Biology Meets Programming" course from Coursera
https://github.com/ghazaleze/biology-meets-programming

bioinformatics coursera

Last synced: about 1 month ago
JSON representation

some codes of the "Biology Meets Programming" course from Coursera

Awesome Lists containing this project

README

        

# Biology Meets Programming

My codes of the Coursera's course named "Biology Meets Programming: Bioinformatics for Beginners" are in this repository.

These files are for the first week :blush: :

- hidden_messages_dictionary.py
- ReverseComplement.py
- PatternMatching.py
- PatternInRegion.py

These files are for the second week :smile: :

- SymbolArray.py
- SkewArray.py
- HammingDistance.py
- ApproximatePatternMatching.py

These files are for the third week :grimacing: :

- Motifs.py
- Consensus.py
- Score.py
- probability.py
- ProfileMostProbablePattern.py
- GreedyMotifSearch.py

image_2020-03-26_02-09-28

These files are for the fourth week :heart_eyes: :

- RandomizedMotifSearch.py
- Motif_Week4.py
- Normalize.py
- RandomizedMotifSearch.py
- ProfileGeneratedString.py
- RandomMotifs.py
- GibbsSampler.py

### Some additional notes:

**Laplace’s Rule of Succession** is used for **CountWithPseudocounts** function.
**RandomizedMotifSearch** has the advantage of being able to find **longer motifs**.

> Just don't forget to be happy :wink: