|
|
| XP is just a number | |
| PerlMonks |
Re: Match within arrayby RMGir (Parson) |
| on Jul 06, 2010 at 11:51 UTC ( #848197=note: print w/ replies, xml ) | Need Help?? |
|
I think you'd find walking through your script with the perl debugger instructive. For instance, $i has the scalar value 13006, I'll bet. I think what you need is just a hash, using the probe names as keys, and the genes as values. Then your regex match on $probe_ID becomes a simple hash lookup... Mike
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||