class pdb.SecondaryType
Available on all platforms
Static data container defining secondary structure type.
Class Fields
static function toChar(t:Int):String
Convert given secondary structure type t
in integer to a character
- alpha helix: H
- 3-10 helix: 3
- pi helix: P
- beta strand: E
- coil: C
- turn: T
- bridge: B
- others: -
static function toString(t:Int):String
Convert given secondary type t
in integer to a string.
- helices: HELIX
- strand: STRAND
- coil, bridge: COIL