anyone with genomewide microarray analysis experience ?

Istvan Albert istvan.albert at gmail.com
Fri Aug 14 09:13:38 EDT 2009


On Aug 14, 8:52 am, trias <t.gkikopou... at 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.



More information about the Python-list mailing list