poegi has asked for the wisdom of the Perl Monks concerning the following question:
I do have:
I want to: Generate given range random intervals from Genome Data.Ranges: 500 450 899 461 Genome Data (SequenceName and it's length (from 1 to milions)): nameA 985544 nameB 454552 nameC 47884 .... ....
Workflow goes like that:
1. Script takes range from (Ranges);
2. Randomly chooses name from Genome Date;
3. Randomly 'picks up' given range interval from the name's length.
Any help?
PS.: Problem from the biological perspective is:
I have sequences of interest from the Genome Data with Name and Sequences. I want to randomly generate save length sequences from the same dataset. Right now my script only generates positions, but not the intervals
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Given length random intervals from the given set (Bioinformatic problem)
by moritz (Cardinal) on Apr 04, 2012 at 07:59 UTC | |
|
Re: Given range random intervals from the given set (Bioinformatic problem)
by Sinistral (Monsignor) on Apr 04, 2012 at 13:32 UTC | |
|
Re: Given range random intervals from the given set (Bioinformatic problem)
by snape (Pilgrim) on Apr 04, 2012 at 21:09 UTC |