Help for this page

Select Code to Download


  1. or download this
    The arrays contain data similar to this:
    @truncated_sequences = qw(JFADLKGJLFLGJGAFDJ DSJLJFLDJSLF...E.T.C);
    ...
                }
        }
    }
    
  2. or download this
    foreach $prot_string (@truncated_sequences) {
        foreach $tri_seq (@triamino_combo) {
    ...
                }
        }
    }