Skip to content

Use circular permutation approach to solve and visualize chiral assemblies of collagen trimers (DRAFT)

License

Notifications You must be signed in to change notification settings

jpcartailler/collagenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

COLLAGENerator

Use circular permutation approach to solve and visualize chiral assemblies of Type IV collagen protomers. The approach provided here is applicable to other domains of interest, not simply biochemistry. Lastly, please note that the code/method here is rough and the code isn't particularly elegant, but it gets the job done and is easy to read.

The biology of collagen

Collagen is the most abundant protein in animals and during its synthesis, three collagen polypeptide strands are assembled in triple-helix quaternary structure. You can ready all about it here. These triple-helix assemblies - effectively trimers - are also called protomers. There are many types of collagens but this page is focused on human Type IV collagen. There are six genes for Type IV Collagen, and their protein products are α1, α2, α3, α4, α5, and α6. These can be mixed into protomers to form functional collagen.

Subunit Representation
α1 Alpha1
α2 Alpha2
α3 Alpha3
α4 Alpha4
α5 Alpha5
α6 Alpha6

However, only a handful of trimer configurations have been discovered to exist in nature: α1-α1-α2, α3-α4-α5, and α5-α5-α6.

Solved as a linear model, there are 432 possible trimers. However, the circular arrangement of these results in the use of circular permutations to address uniqueness. For example, the timer α1-α1-α2 is the same as α1-α2-α1 and the same as α2-α1-α1. Moreover, even when we solve the number of possible trimers, not all of these have been observed in nature.

Dependencies

  • Python 2.7
  • Processing 2.2

Documentation

  1. Use generate-nonredundant-trimers.py to solve and generate list of chiral trimer assemblies.
  2. Take output and inject it into one the simple* scripts in the Processing folder

Processing / Simple

Use processing/simple/simple.py Alt text

Processing / Simple with labels

Use processing/simple_with_labels/simple_with_labels.

Alt text

Processing / Simple with labels and inner circle

Use processing/simple_with_labels_and_inner_circle/simple_with_labels_and_inner_circle.py

Alt text

Processing / Extras

sketch_arc_midpoint.py - calculate and generate arc midpoint

Alt text

sketch_static.py - image array generator, this was simply a go-between towards final scripts.

Alt text

About

Use circular permutation approach to solve and visualize chiral assemblies of collagen trimers (DRAFT)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages