Package demo
Class CountContacts
- java.lang.Object
-
- demo.CountContacts
-
public class CountContacts extends java.lang.ObjectAn example reading the PDB and finding the mean C-alpha to C-alpha distance between Proline and Lysine.- Author:
- Anthony Bradley
-
-
Constructor Summary
Constructors Constructor Description CountContacts()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidfindCalphaCalphaContacts()Example of finding C-alpha C-alpha contacts.static voidfindFeHisContacts()Example of finding Fe His contacts.static voidfindNOChargedContacts()Example of finding N O charged contacts.static voidmain(java.lang.String[] args)An example reading the PDB and finding the mean C-alpha to C-alpha distance between Proline and Lysine.
-
-
-
Method Detail
-
main
public static void main(java.lang.String[] args)
An example reading the PDB and finding the mean C-alpha to C-alpha distance between Proline and Lysine.- Parameters:
args-
-
findCalphaCalphaContacts
public static void findCalphaCalphaContacts()
Example of finding C-alpha C-alpha contacts.
-
findNOChargedContacts
public static void findNOChargedContacts()
Example of finding N O charged contacts.
-
findFeHisContacts
public static void findFeHisContacts()
Example of finding Fe His contacts.
-
-