Skip to content

Python implemetation of the GIBBS sampling algorithm for finding patterns in biological sequences

Notifications You must be signed in to change notification settings

akramdi/Gibbs-Sampler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gibbs-Sampler

Python implemetation of the GIBBS sampling algorithm for finding patterns in biological sequences

Requirement

python 2.7. No library is required

Scripts

Contacts: THANH HOA NGUYEN [email protected] KRAMDI AMIRA [email protected] April 2013

GibbsFinalVersion.py : GibbsSampler class IhmFinal.py : GUI

Usage :

python IhmFinal.py
  • Enter sequencing using 'browse' button
  • View the uploaded sequences using the 'preview' button
  • Enter number of iteration using 'iteration'
  • Enter motif length using 'W'
  • Define alphabet: 'nucleic', or 'proteic'
  • Run the algorith 'run'

Output:

In the preview pannel, the detected motifs are highlighted between [ .. ]

About

Python implemetation of the GIBBS sampling algorithm for finding patterns in biological sequences

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages