public void test2()
        {
            Peptide         testPeptide = new Peptide("TTPSIIAYTDDETIVGQPAKR");
            IsotopicProfile cluster     = TomIsotopicPattern.GetIsotopePattern(testPeptide.GetEmpiricalFormulaIntArray(), TomIsotopicPattern.aafIsos);

            TestUtilities.DisplayIsotopicProfileData(cluster);
        }