Thanks to visit codestin.com
Credit goes to github.com

Skip to content

brunomrcabral/Bio-Informatics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

------ Trab 1 -----------

Implement dynamic program alignment using your own program and access to a WEB server. You should:

  • Align 2 real proteins and 2 real genes, from the same family but from different specimens, using linear cost;
  • Alignment on a remote server using SOAP or REST;
  • Multiple paths;
  • Align alignment;
  • Interface.

You can use the [EMBOSS] package (http://emboss.sourceforge.net/) for testing and comparison.

------ Trab 2 -----------

Implementation of HMMs:

  • Implement the Viterbi and Forward Algorithms for HMMs;
  • Try to apply these algorithms on a bacterial genome, eg. E-Coli;
  • Train the algorithms (do not need to forward);
  • Compare using for training the bacteria itself, a similar bacterium and another more distant.

------ Trab 3 -----------

Implementation of phylogenetic trees:

  • Implement UPGMA;
  • Compare with MrBayes & Phyllip;
  • Implement neighbours joining.

About

Gene counting and pattern predicting using varied algorithms.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages