Skip to content
This repository has been archived by the owner on Feb 24, 2024. It is now read-only.

Latest commit

 

History

History
52 lines (38 loc) · 1.43 KB

README.rst

File metadata and controls

52 lines (38 loc) · 1.43 KB

Bioinfomratics

University project for Bioinformatics.

Compiling/running

python HpvAnalyser.py

Libraries and external tools

Not finished

Finding similar harmful probes and disimilar safe probes. No elements with needed length. Probably errors in earlyer algorythm. GTK and cairo used only for debuging purposes.

Current version is not stable. Use earlier revisions for more stable (but not finished) application versions.

Functionality

  • Generates query to get all Human papillomavirus types
  • Retrieve data from nucleotide database
  • Use CD-HIT to remove duplicates
  • Use Mafft to align sequences
  • Saves results and caching files (per each HPV type, unaligned and aligned)

Not fully finised:

  • Safe conservation by each base from aligned
  • Visualise aligned sequences using gtk+ and cairo
  • Use brute-force to calculate simlilar harmful probes (with error allowed)

References