Home | Trees | Indices | Help |
|
---|
|
|
|||
| __init__(self, model) | ||
str
|
version(self) Returns version of class |
||
PDBModel
|
model(self) Returns model |
||
|
addASA(self) Add profiles of Accessible Surface Area: 'relASA', 'ASA_total', 'ASA_sc', 'ASA_bb'. |
||
|
addSurfaceMask(self,
pname='relAS') Adds a surface mask profie that contains atoms with > 40% exposure compared to a random coil state. |
||
|
addSecondaryStructure(self) Adds a residue profile with the secondary structure as calculated by the DSSP program. |
||
|
addConservation(self,
pfamEntries=None) Adds a conservation profile. |
||
|
addDensity(self,
radius=6,
minasa=None,
profName='density') Count the number of heavy atoms within the given radius. |
||
|
addFoldX(self) Adds dict with fold-X energies to PDBModel's info dict. |
||
|
addSurfaceRacer(self,
probe=1.4,
vdw_set=1,
probe_suffix=0) Always adds three different profiles as calculated by fastSurf: |
|
|
|
|
Add profiles of Accessible Surface Area: 'relASA', 'ASA_total', 'ASA_sc', 'ASA_bb'. See Biskit.WhatIf
|
Adds a surface mask profie that contains atoms with > 40% exposure compared to a random coil state.
|
Adds a residue profile with the secondary structure as calculated by the DSSP program. Profile code:B = residue in isolated beta-bridge E = extended strand, participates in beta ladder G = 3-helix (3/10 helix) I = 5 helix (pi helix) T = hydrogen bonded turn S = bend . = loop or irregular |
Adds a conservation profile. See Biskit.Hmmer
|
Count the number of heavy atoms within the given radius. Values are only collected for atoms with |minasa| accessible surface area.
|
Adds dict with fold-X energies to PDBModel's info dict. See Biskit.Fold_X |
Always adds three different profiles as calculated by fastSurf: curvature - average curvature (or curvature_1.4 if probe_suffix=1) MS - molecular surface area (or MS_1.4 if probe_suffix=1) AS - accessible surface area (or AS_1.4 if probe_suffix=1)If the probe radii is 1.4 Angstrom and the Richards vdw radii set is used the following two profiles are also added: relAS - Relative solvent accessible surface relMS - Relative molecular surface{Bikit.SurfaceRacer}
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0alpha3 on Fri Dec 22 20:11:44 2006 | http://epydoc.sourceforge.net |