Skip to content

lledezma/Bioinformatics

Repository files navigation

Bioinformatics

The Folders contain the following:

  1. A program to analyze protein sequences using pattern-match algorithms: Boyer-Moore, KMP, Suffix-Arrays.
  2. A program to fetch a PDB file from online and analyze it in different ways (Sheets, helices, Atoms, torsion angles, distances, and more).

Final Bioinformatics Project.

It downloads over 30k PBD files to parse them and to analyze the data. Parallel programming features are used to speed up the process.

  1. It creates json files from the data of interest and it creates visual representations out of those json files.
  2. The program finds the distribution of phi and psi angles for amino acids in helices and beta sheets. It uses a Ramachandran plot for visual representation of the distribution.
  3. Finds torsion angles.
  4. Analyzes lengths of helices.
  5. Finds the rise distance between any two consecutive Ca atoms in helices.
  6. Finds the rise distance between any two consecutive Ca atoms in sheets.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages