Having identified your protein earlier, you want to perform some proteomics experiments. Get Biojava to print out some "vital statistics" of the protein, such as molecular size.
You want this class to be useful in the future, so please include substantial documentation, as Javadoc, describing what the statistics mean. Where possible you should link through to public data resources.
package uk.ac.ncl.cs8311; public class ProteinCharacteristics{ }