class pdb.PdbSecondary
Available on all platforms
Secondary structure information written in pdb files.
Available secondary structure names are listed in SecondaryType.hx
.
Class Fields
static function readHelixFromText(text:String):PdbSecondary
read HELIX record from text and parse it.
static function readStrandFromText(text:String):PdbSecondary
read SHEET record from text and parse it.
Instance Fields
function new(i:Int, l:Int, c:String, st:Int):Void
Constructor.
- i: first residue index of this secondary structure
- l: last residue index of this secondary structure
- c: chain id of this secondary structure
- st: secondary structure type