Output of a pattern-searching-program and data out of a DB (genebank). No prob to read in those data in a textfile too.
Stephen Hardisty wrote:
How do I read data out of a table-file in an array-of-arrays?
Problem: I have to compare two tables with pairs of start-stop-Positions.
I want to find out, which pair of Start-Stop-Position in table_1 > is entirely within the range marked by a pair of start-stop-positions of the second table.
2..5 would be in 2..6 or 1..7, 45..46 in 23..47 or 40..46 and so on.
Mornin, how are you getting those ranges? From a database using the DBI module or from a text file etc?
________________________________________________________________________ This email has been scanned for all viruses by the MessageLabs Email Security System. For more information on a proactive email security service working around the clock, around the globe, visit http://www.messagelabs.com ________________________________________________________________________
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]