Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 595 Bytes

README.md

File metadata and controls

33 lines (24 loc) · 595 Bytes

Protein Prediction assignments from TUM

Exercise 0:

  • Longest common subsequences
  • Shortest common supersequences
  • Levenshtein distance, similar motifs

Exercise 1:

  • Codon distribution
  • Expected amino acid distribution
  • Open reading frames

Exercise 2:

  • Protein Data Bank class, B-Factors

Exercise 3:

  • Global alignment
  • Local alignment

Exercise 4:

  • Position-specific scoring matrix
  • Multiple sequence alignment

Exercise 5:

  • BLAST local alignment

Exercise 6:

  • Numpy Perceptron

Exercise 7:

  • AlphaFold (sources are lost)