Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

anyone with genomewide microarray analysis experience ?

0 views
Skip to first unread message

trias

unread,
Aug 14, 2009, 8:52:11 AM8/14/09
to pytho...@python.org

Hi,

I am trying to analyse some biological data from microarray experiments.
Different experiments have been stored in a SQL database.

One of the things I would like to do is to fetch all data from a certain
distance from gene ATGs say 100+/- bp and calculate the bp average over all
genes over this region.

The microarray data has been normalised over each bp

Does anyone have some scripts I could use for this purpose. I work with
S.cerevisiae

Thank you
--
View this message in context: http://www.nabble.com/anyone-with-genomewide-microarray-analysis-experience---tp24971224p24971224.html
Sent from the Python - python-list mailing list archive at Nabble.com.

Istvan Albert

unread,
Aug 14, 2009, 9:13:38 AM8/14/09
to
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.

Jochen Schulz

unread,
Aug 14, 2009, 9:17:22 AM8/14/09
to pytho...@python.org
trias:

>
> One of the things I would like to do is to fetch all data from a certain
> distance from gene ATGs say 100+/- bp and calculate the bp average over all
> genes over this region.

I know absolutely nothing about your problem domain, but if your
distance function is metric, you can use this:

http://well-adjusted.de/mspace.py

or that:

http://code.activestate.com/recipes/572156/

The latter (by Baerophile) is fast, the former (by me) has more
features. Baerophile has even faster implementations (non-Python) as
well.

J.
--
I am worried that my dreams pale in comparison beside TV docu-soaps.
[Agree] [Disagree]
<http://www.slowlydownward.com/NODATA/data_enter2.html>

signature.asc
0 new messages