| Trees | Indices | Help |
|
|---|
|
|
Reduced alphabets which lump together several amino-acids into one letter. Reduced (redundant or simplified) alphabets are used to represent protein sequences using an alternative alphabet which lumps together several amino-acids into one letter, based on physico-chemical traits. For example, all the aliphatics (I,L,V) are usually quite interchangeable, so many sequence studies group them into one letter Examples of reduced alphabets are available in: http://viscose.ifg.uni-muenster.de/html/alphabets.html The Murphy tables are from here: Murphy L.R., Wallqvist A, Levy RM. (2000) Simplified amino acid alphabets for protein fold recognition and implications for folding. Protein Eng. 13(3):149-152 Bio.utils.reduce_sequence is used to take a Protein alphabet, and reduce it using one of the tables here, or a user-defined table.
|
|||
| Murphy15 | |||
| Murphy10 | |||
| Murphy8 | |||
| Murphy4 | |||
| HPModel | |||
| PC5 | |||
|
|||
murphy_15_tab =
|
|||
murphy_15 = Murphy15()
|
|||
murphy_10_tab =
|
|||
murphy_10 = Murphy10()
|
|||
murphy_8_tab =
|
|||
murphy_8 = Murphy8()
|
|||
murphy_4_tab =
|
|||
murphy_4 = Murphy4()
|
|||
hp_model_tab =
|
|||
pc_5_table =
|
|||
hp_model = HPModel()
|
|||
|
|||
murphy_15_tab
|
murphy_10_tab
|
murphy_8_tab
|
murphy_4_tab
|
hp_model_tab
|
pc_5_table
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Wed Sep 1 11:38:06 2010 | http://epydoc.sourceforge.net |