Chrispm has asked for the wisdom of the Perl Monks concerning the following question:
Another is containing the same list of genes and lists of species and whether the genes are present in certain species like this:Check point factors CCNA1 Check point factors CCNA2 Check point factors CCNB1
Essentially what I want to do is: Select a specific process and pull out all of the genes that are linked to it from the first file, then use the genes from the first file (in the form of an array) to see if a species contain the gene or not by comparing it to the second file. How would I go around creating an array of the selected genes then use that array to search the second file? I know this is probably very badly worded, but any help would be amazing. If you need some more information to help you understand it, don't hesitate to ask. ChrisHFM1 1 EME2 0
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Creating and using an array with different files
by toolic (Bishop) on Oct 18, 2013 at 15:52 UTC | |
|
Re: Creating and using an array with different files
by wjw (Priest) on Oct 18, 2013 at 16:08 UTC | |
|
Re: Creating and using an array with different files
by Laurent_R (Canon) on Oct 18, 2013 at 17:18 UTC |