Array reformatting problem
- From: minky.arora@xxxxxxxxx (Minky Arora)
- Date: Thu, 9 Aug 2007 12:13:32 -0400
Hello Team,
I have a problem and I need some ideas to put me on the right track to
form an algo:
I have four 8x12 arrays (Arr1,Arr2, Arr3,Arr4) and ONE 16x24 (ARR5) array.
Now these four arrays are formatted in a particular way by a robot(
these are actually plates with wells ..I am dealing with
Bioinformatics)
I need to write a perl script to automate the reformating of these
four arrays into the one larger array.I knw the pattern that it has to
follow, for example Arr1[1][1] ->ARR5[1][2] and so on.
Given a pattern is there a good programming practice to automate the
process?Ofcourse I can run loops and make it messy.
Many thanks in advance,
--
If you think that a place is far away, go and think while you walk.
.
- Follow-Ups:
- Re: Array reformatting problem
- From: Nobull67@xxxxxxxxx
- Re: Array reformatting problem
- From: Mr. Shawn H. Corey
- Re: Array reformatting problem
- Prev by Date: Re: Range operator
- Next by Date: Re: How do you use Perl?
- Previous by thread: Find and replace from CSV
- Next by thread: Re: Array reformatting problem
- Index(es):
Relevant Pages
|