Hi,
actually, i am a biologist by training, and only recently have i become a fan of PERL. Now i want to write a program, which is download sequences from a given genome randomly. There was a way published in PNAS recently, where they concatenated all the chromosomes end to end, and considered it as a single chromosome. Used a random number generator to generate a number and then depending on position decided what chromosome it belonged and download the sequence from Human Genome Sequence database. Now I want to do exactly same thing, but i dont have a local copy of human genome database, so i need to go to the net and do it for each random number. Is there a way to do it.
It will help me a great deal
thanks