Header menu logo BioFSharp

DSSPLine Type

Record fields

Record Field Description

ALPHA

Full Usage: ALPHA

Field type: float
Field type: float

AccessibleSurface

Full Usage: AccessibleSurface

Field type: int
Field type: int

AminoAcid

Full Usage: AminoAcid

Field type: string
Field type: string

Chain

Full Usage: Chain

Field type: string
Field type: string

ChainId

Full Usage: ChainId

Field type: string
Field type: string

InsertionCode

Full Usage: InsertionCode

Field type: string
Field type: string

KAPPA

Full Usage: KAPPA

Field type: float
Field type: float

NH_O_1_Energy

Full Usage: NH_O_1_Energy

Field type: float
Field type: float

NH_O_1_Relidx

Full Usage: NH_O_1_Relidx

Field type: int
Field type: int

NH_O_2_Energy

Full Usage: NH_O_2_Energy

Field type: float
Field type: float

NH_O_2_Relidx

Full Usage: NH_O_2_Relidx

Field type: int
Field type: int

O_NH_1_Energy

Full Usage: O_NH_1_Energy

Field type: float
Field type: float

O_NH_1_Relidx

Full Usage: O_NH_1_Relidx

Field type: int
Field type: int

O_NH_2_Energy

Full Usage: O_NH_2_Energy

Field type: float
Field type: float

O_NH_2_Relidx

Full Usage: O_NH_2_Relidx

Field type: int
Field type: int

PHI

Full Usage: PHI

Field type: float
Field type: float

PSI

Full Usage: PSI

Field type: float
Field type: float

ResidueIndex

Full Usage: ResidueIndex

Field type: int
Field type: int

ResidueName

Full Usage: ResidueName

Field type: string
Field type: string

SecondaryStructure

Full Usage: SecondaryStructure

Field type: SecondaryStructure
Field type: SecondaryStructure

TCO

Full Usage: TCO

Field type: float
Field type: float

X_CA

Full Usage: X_CA

Field type: float
Field type: float

Y_CA

Full Usage: Y_CA

Field type: float
Field type: float

Z_CA

Full Usage: Z_CA

Field type: float
Field type: float

Static members

Static member Description

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

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:
    residueindex : 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
residueindex : 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

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

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:
    residueindex : 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
residueindex : 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

DSSPLine.ofString line

Full Usage: DSSPLine.ofString line

Parameters:
    line : string

Returns: DSSPLine
line : string
Returns: DSSPLine

Type something to start searching.