|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjgromacs.analysis.GNM
public class GNM
Objects of this class represent a Gaussian Network Model (GNM) of a protein
| Constructor Summary | |
|---|---|
GNM(Structure s,
double cutoff,
int distanceBetween)
Constructs a new Gaussian Network Model |
|
| Method Summary | |
|---|---|
Jama.Matrix |
getContactMatrix()
Returns the contact matrix |
Jama.Matrix |
getEigenvectorMatrix()
Returns the orthogonal matrix of eigenvectors (U) |
Jama.Matrix |
getKirchhoffMatrix()
Returns the Kirchhoff matrix |
Jama.Matrix |
getLambdaMatrix()
Returns the diagonal matrix of eigenvalues (Lambda) |
java.util.ArrayList<java.lang.Double> |
getMSFProfile()
Calculates the mean square fluctuation (MSF) profile |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GNM(Structure s,
double cutoff,
int distanceBetween)
s - structure to be modelledcutoff - distance cutoffdistanceBetween - which atoms are used for calculating the distances (ALPHACARBON: alpha carbon atoms,
CLOSEST: closest atoms of two residues, CLOSESTHEAVY: closest heavy atoms of two residues)| Method Detail |
|---|
public Jama.Matrix getContactMatrix()
public Jama.Matrix getKirchhoffMatrix()
public Jama.Matrix getLambdaMatrix()
public Jama.Matrix getEigenvectorMatrix()
public java.util.ArrayList<java.lang.Double> getMSFProfile()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||