Skip to content

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

Notifications You must be signed in to change notification settings

GhazaleZe/Biology-Meets-Programming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 😊 :

  • hidden_messages_dictionary.py
  • ReverseComplement.py
  • PatternMatching.py
  • PatternInRegion.py

These files are for the second week 😄 :

  • SymbolArray.py
  • SkewArray.py
  • HammingDistance.py
  • ApproximatePatternMatching.py

These files are for the third week 😬 :

  • 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 😍 :

  • 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 😉

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages