DSSPLine Type
Record fields
Record Field | Description |
Full Usage:
ALPHA
Field type: float
|
|
Full Usage:
AccessibleSurface
Field type: int
|
|
Full Usage:
AminoAcid
Field type: string
|
|
Full Usage:
Chain
Field type: string
|
|
Full Usage:
ChainId
Field type: string
|
|
Full Usage:
InsertionCode
Field type: string
|
|
Full Usage:
KAPPA
Field type: float
|
|
Full Usage:
NH_O_1_Energy
Field type: float
|
|
Full Usage:
NH_O_1_Relidx
Field type: int
|
|
Full Usage:
NH_O_2_Energy
Field type: float
|
|
Full Usage:
NH_O_2_Relidx
Field type: int
|
|
Full Usage:
O_NH_1_Energy
Field type: float
|
|
Full Usage:
O_NH_1_Relidx
Field type: int
|
|
Full Usage:
O_NH_2_Energy
Field type: float
|
|
Full Usage:
O_NH_2_Relidx
Field type: int
|
|
Full Usage:
PHI
Field type: float
|
|
Full Usage:
PSI
Field type: float
|
|
Full Usage:
ResidueIndex
Field type: int
|
|
Full Usage:
ResidueName
Field type: string
|
|
|
|
Full Usage:
TCO
Field type: float
|
|
Full Usage:
X_CA
Field type: float
|
|
Full Usage:
Y_CA
Field type: float
|
|
Full Usage:
Z_CA
Field type: float
|
|
Static members
Static member | Description |
Full Usage:
DSSPLine.create residueindex residuename insertioncode chainid aminoacid secondarystructure accessiblesurface nh_o_1_relidx nh_o_1_energy o_nh_1_relidx o_nh_1_energy nh_o_2_relidx nh_o_2_energy o_nh_2_relidx o_nh_2_energy tco kappa alpha phi psi x_ca y_ca z_ca chain
Parameters:
int
residuename : string
insertioncode : string
chainid : string
aminoacid : string
secondarystructure : SecondaryStructure
accessiblesurface : int
nh_o_1_relidx : int
nh_o_1_energy : float
o_nh_1_relidx : int
o_nh_1_energy : float
nh_o_2_relidx : int
nh_o_2_energy : float
o_nh_2_relidx : int
o_nh_2_energy : float
tco : float
kappa : float
alpha : float
phi : float
psi : float
x_ca : float
y_ca : float
z_ca : float
chain : string
Returns: DSSPLine
|
|
Full Usage:
DSSPLine.ofParseResults residueindex residuename insertioncode chainid aminoacid secondarystructure accessiblesurface nh_o_1_relidx nh_o_1_energy o_nh_1_relidx o_nh_1_energy nh_o_2_relidx nh_o_2_energy o_nh_2_relidx o_nh_2_energy tco kappa alpha phi psi x_ca y_ca z_ca chain
Parameters:
Result<int, ('a * exn)>
residuename : Result<string, ('b * exn)>
insertioncode : Result<string, ('c * exn)>
chainid : Result<string, ('d * exn)>
aminoacid : Result<string, ('e * exn)>
secondarystructure : Result<SecondaryStructure, ('f * exn)>
accessiblesurface : Result<int, ('g * exn)>
nh_o_1_relidx : Result<int, ('h * exn)>
nh_o_1_energy : Result<float, ('i * exn)>
o_nh_1_relidx : Result<int, ('j * exn)>
o_nh_1_energy : Result<float, ('k * exn)>
nh_o_2_relidx : Result<int, ('l * exn)>
nh_o_2_energy : Result<float, ('m * exn)>
o_nh_2_relidx : Result<int, ('n * exn)>
o_nh_2_energy : Result<float, ('o * exn)>
tco : Result<float, ('p * exn)>
kappa : Result<float, ('q * exn)>
alpha : Result<float, ('r * exn)>
phi : Result<float, ('s * exn)>
psi : Result<float, ('t * exn)>
x_ca : Result<float, ('a1 * exn)>
y_ca : Result<float, ('a2 * exn)>
z_ca : Result<float, ('a3 * exn)>
chain : Result<string, ('a4 * exn)>
Returns: DSSPLine
|
|
|
|