On Aug 14, 8:52 am, trias <t.gkikopou...@dundee.ac.uk> wrote: > Does anyone have some scripts I could use for this purpose. I work with > S.cerevisiae
Since the largest chromosome on the yeast genome is around 4 million bp, the easiest way to accomplish your goal is to create a list of the same size as the chromosome, then populate this list by mapping the genomic index to the list index. After doing this your problem simplifies to slicing the list around the coordinates of interest. You'll be done in minutes. i. -- http://mail.python.org/mailman/listinfo/python-list