Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
My problem is that, in some cases, there are missing amino acids, and I have a "jump" in the numbering, something like:1 M, 2 K, 3 L, $HoA_sequence{$protein} = [$position, $aminoacid];
67 A, 68 S, 77 W, 78 P, 79 I
67 A, 68 S, 69 -, 70 -, 71 -, 72 -, 73 -, 74 -, 75 -, 76 -, 77 W, 78 P, 79 I
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: How to add missing part in a Hash of Array
by Athanasius (Archbishop) on May 01, 2014 at 11:48 UTC | |
by Anonymous Monk on May 01, 2014 at 11:52 UTC | |
by Laurent_R (Canon) on May 01, 2014 at 13:49 UTC | |
by Anonymous Monk on May 01, 2014 at 12:07 UTC | |
Re: How to add missing part in a Hash of Array
by rnewsham (Curate) on May 01, 2014 at 11:52 UTC | |
Re: How to add missing part in a Hash of Array
by BillKSmith (Monsignor) on May 01, 2014 at 16:15 UTC | |
by Anonymous Monk on May 01, 2014 at 18:27 UTC | |
Re: How to add missing part in a Hash of Array
by ww (Archbishop) on May 01, 2014 at 11:49 UTC | |
by AnomalousMonk (Archbishop) on May 02, 2014 at 00:39 UTC |