|
Public Member Functions |
| | TAAProp () |
| | Constructor.
|
| | ~TAAProp () |
| void | set_cf (int pa, int pb, int pt, float f0, float f1, float f2, float f3) |
| | Some data.
|
| void | set_data (float _mw, float _pi, wxString _tla) |
| | Molecular weight, isoelectric point, three-letter acronym.
|
| void | set_hp (float _hp_kd, float _hp_hw) |
| | More data.
|
| void | set_atoms (int C, int H, int N, int O, int S) |
| | Atoms in this amino acid.
|
| void | set_halflife (int mammal, int yeast, int ecoli) |
| | Half-life (not the game!).
|
| wxString | get_halflife_text (int hl) |
| | Returns half-life estimation.
|
Public Attributes |
| wxString | tla |
| | Three-letter acronym.
|
| float | mw |
| float | pi |
| float | cf_f [4] |
| | Some data.
|
| int | cf_pa |
| int | cf_pb |
| int | cf_pt |
| int | carbon |
| int | hydrogen |
| int | nitrogen |
| int | oxygen |
| int | sulfur |
| int | hl_mammal |
| int | hl_yeast |
| int | hl_ecoli |
| float | hp_kd |
| float | hp_hw |
| vector< float > | data |
| | For temporary data only.
|