changed aa_prop_water to 3 categ according to KD, updated ref dict
This commit is contained in:
parent
2a8133898f
commit
58b5b63595
2 changed files with 11 additions and 7 deletions
|
@ -132,9 +132,11 @@ qualities_taylor = { ('R', 'H', 'K'): 'Basic'
|
|||
, ('C', 'G', 'P'): 'Special'
|
||||
}
|
||||
|
||||
# binary classification: hydrophilic or hydrophobic
|
||||
qualities_water = { ('D', 'E', 'N', 'P', 'Q', 'R', 'S'): 'hydrophilic'
|
||||
, ('A', 'C', 'F', 'G', 'H', 'I', 'K', 'L', 'M', 'T', 'V', 'W', 'X', 'Y'): 'hydrophobic'
|
||||
# ternary classification: hydrophobic --> neutral --> hydrophilic (KD scale)
|
||||
#http://www.imgt.org/IMGTeducation/Aide-memoire/_UK/aminoacids/IMGTclasses.html
|
||||
qualities_water = { ('I','V','L','F','C','M','A','W'): 'hydrophobic'
|
||||
, ('G','T','S','Y','P','H'): 'neutral'
|
||||
, ('N','D','Q','E','K','R'): 'hydrophilic'
|
||||
}
|
||||
|
||||
# polarity: no overlap
|
||||
|
@ -232,4 +234,4 @@ for k, v in oneletter_aa_dict.items():
|
|||
# COMMENT:VOILA! two different keytypes set for dicts containinga all
|
||||
# associated aa properties
|
||||
#==============================================================================
|
||||
#%% end of script
|
||||
#%% end of script
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue