Skip to content

Simple implementation of commonly used algorithms in bioinformatics.

License

Notifications You must be signed in to change notification settings

rccsousa/algorithms_for_bioinformatics

Repository files navigation

Repository Description:

This repository implements several algorithms used in Bioinformatics in a simple yet functional manner.

Demonstrated Algorithms in this Repository

  1. Gibbs' Sampling

    • A probabilistic algorithm for motif finding and sequence alignment. Learn more
  2. Evolutionary Algorithms

    • Optimization algorithms based on natural selection principles. Learn more
  3. Finite Automata

    • Computational models for recognizing patterns within input sequences. Learn more
  4. Burrow-Wheeler Transform (BWT)

    • A data transformation algorithm used in data compression. Learn more
  5. Tries

    • A tree-like data structure for storing dynamic sets of strings. Learn more
  6. Graphs

    • Structures for modeling pairwise relationships between objects, useful in biological networks. Learn more
  7. Genome Assembly

    • Methods for reconstructing a genome from fragments of DNA sequences. Learn more

About

Simple implementation of commonly used algorithms in bioinformatics.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages