|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectmeshi.symmetryComplex.utils.GJUtils
public class GJUtils
This class contains utils for work on gap junctions. So far all of them are static -- use static import.
| Field Summary | |
|---|---|
static HydrogenBondsCreator |
hBondsCreator
Residue number ranges of the gap junction's parts. |
static double |
RELATIVE_ORIENTATION
|
| Constructor Summary | |
|---|---|
GJUtils()
|
|
| Method Summary | |
|---|---|
static Transformation[] |
getPartialTransformations(double relativeOrientation,
int numberOfChains,
boolean[] whichTrans)
|
static Transformation[] |
getTransformations(double relativeOrientation,
int numberOfChains)
|
static void |
positionAndFreezeCas(Protein partialCas,
Protein monomer)
Coordinates of transmembranal C-Alphas from Sar-el's work were deposited in the PDB under the entry 1txh. |
static void |
positionTMCas(Protein tmCasProtein,
Protein monomer)
Coordinates of transmembranal C-Alphas from Sar-el's work were deposited in the PDB under the entry 1txh. |
static double |
quickDistanceFrom(Coordinates fromCoors,
Coordinates toCoors)
|
static double |
quickDistanceFrom(double x1,
double y1,
double z1,
double x2,
double y2,
double z2)
|
static java.lang.String |
whichChainsInZone(ChainList chainList,
double zone)
|
static boolean[] |
whichChainsInZone(double zone,
AtomList atoms)
Calculates the average distance between atoms from loops E1 and E2. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final double RELATIVE_ORIENTATION
public static HydrogenBondsCreator hBondsCreator
| Constructor Detail |
|---|
public GJUtils()
| Method Detail |
|---|
public static void positionAndFreezeCas(Protein partialCas,
Protein monomer)
public static Transformation[] getTransformations(double relativeOrientation,
int numberOfChains)
public static void positionTMCas(Protein tmCasProtein,
Protein monomer)
public static boolean[] whichChainsInZone(double zone,
AtomList atoms)
public static java.lang.String whichChainsInZone(ChainList chainList,
double zone)
public static Transformation[] getPartialTransformations(double relativeOrientation,
int numberOfChains,
boolean[] whichTrans)
public static double quickDistanceFrom(double x1,
double y1,
double z1,
double x2,
double y2,
double z2)
public static double quickDistanceFrom(Coordinates fromCoors,
Coordinates toCoors)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||