emos has asked for the wisdom of the Perl Monks concerning the following question:
Hello, I'm pretty new to programming, and I'd like to know how to find the intersection between many (sometimes 5, sometimes even 20) DNA sequences for which I have the coordinates.
I have found Bio::Range, that does most of the work for me, but I still need some help in how to automate all possible interactions (e.g. seq1 with 2,3,4,5, then seq2 with 1,3,4,5, then seq3 with 1,2,4,5 etc).
I have tried with a for loop, but I would need to manually compute all the possible iterations.
Is there a quicker way?Thanks
Emanuele
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Finding intersection of many sequences
by BrowserUk (Patriarch) on Sep 13, 2012 at 09:37 UTC | |
by emos (Initiate) on Sep 13, 2012 at 09:47 UTC | |
by BrowserUk (Patriarch) on Sep 13, 2012 at 19:50 UTC | |
|
Re: Finding intersection of many sequences
by grizzley (Chaplain) on Sep 13, 2012 at 09:49 UTC | |
|
Re: Finding intersection of many sequences
by Anonymous Monk on Sep 13, 2012 at 09:30 UTC |