Example #1
0
        public static List <Range> GetIdenticalRepeatBlocks(IChain peptide)
        {
            string sequence = peptide.GetSequence1();

            return(GetIdenticalRepeatBlocks(sequence));
        }
Example #2
0
 public string GetSequence1()
 {
     return(_template.GetSequence1());
 }